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

后端 未结 3 641
醉话见心
醉话见心 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条回答
  •  -上瘾入骨i
    2021-01-13 15:45

    Internet posts from August 2012, I bear greetings from THE FUTURE.

    In the time since this question was asked and answered, a new Windows PECL extension directory appeared. It's more up-to-date than Pierre's, but it only has 2.x releases of pecl_http; anything written for 1.x will need a rewrite (see the new docs). Nonetheless, the new directory looks like your best bet for PHP 5.4 and beyond.

提交回复
热议问题