Is it Possible to use PHP HttpRequest in WAMP?
问题 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:/