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