Is it Possible to use PHP HttpRequest in WAMP?

2019-02-27 02:35发布

I am trying to use PHP HttpRequest Class and it seems that it's not installed with WAMP. Is it possible to have this extension available on Windows. I saw somewhere that "a DLL for this PECLis not available at this moment".

Can someone confirm if it's possible to use PHP HttpRequest on Windows

2条回答
Evening l夕情丶
2楼-- · 2019-02-27 03:06

Try this version - php_http-5.3-svn20091125-vc6-x86.zip - it worked for me. Previous to this I try other versions - but they all end in error.

查看更多
做自己的国王
3楼-- · 2019-02-27 03:13

In case you mean the class described at http://docs.php.net/class.httprequest: It's exposed by the http extension module.
There are some win32 builds of this module (for php 5.3) at http://downloads.php.net/pierre/.

查看更多
登录 后发表回答