Is it Possible to use PHP HttpRequest in WAMP?

删除回忆录丶 提交于 2019-12-02 02:43:24

问题


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


回答1:


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/.




回答2:


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.



来源:https://stackoverflow.com/questions/3634969/is-it-possible-to-use-php-httprequest-in-wamp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!