we fixed this by running filmon from sysinternals and noticing that the
following 2 dlls were missing from system32.
ssleay32.dll
libeay32.dll
After adding them and restarting the web site, the php page worked.
In the php.ini setting we also added :
[PHP_HTTP]
extension=php_http.dll
Good luc
Hi,
I have tried umpteen times to get this to work by PHP still insists that
it cannot find the 'HttpRequest' Class.
Using PHP 5.2.3
Downloaded latest version of php_http.dll, for PHP 5.2.x from the PECL
website
Installed it in the D:\PHP\ext directory
Added 'extension=php_http.dll' to the p