How to get php_http extension working on PHP version 5.4 with Windows?

后端 未结 3 639
醉话见心
醉话见心 2021-01-13 14:59

Anyone know how I can get the php_http extension working on php 5.4.5 on windows?

I am trying to upgrade to PHP 5.4.5 on my windows machine (running off IIS). The pr

3条回答
  •  执笔经年
    2021-01-13 15:38

    Pierre Joye provides Windows builds of various PECL extensions for new versions. If it's not there (which at the time of writing it isn't) you have no option but to get the source (here) and build it yourself.

    Sorry.

    Being that cURL is much more readily available, and can do pretty much everything (if not actually everything) that the HTTP extension can do, I would suggest that you look at migrating your project towards using cURL instead.

提交回复
热议问题