2

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

Shamim Hafiz - MSFT
  • 21,454
  • 43
  • 116
  • 176

2 Answers2

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.

ERROR_331
  • 31
  • 2
  • VC9 counterpart that worked for me (Acquia-Dump, PHP 5.3): php_http-5.3-svn20091125-vc9-x86.zip --- available at http://downloads.php.net/pierre/ – Nirav Zaveri Jun 18 '14 at 08:58
2

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

VolkerK
  • 95,432
  • 20
  • 163
  • 226