Phpnewbie23 Posted May 28, 2009 Share Posted May 28, 2009 I am trying to include PHP_HTTP.dll. I have put it in my ext file location and included in my extensions in the php.ini But i am getting this error message when i load my php.ini or and script PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_http.dll' - The specified module could not be found. in Unknown on line 0 I have googled it but all the errors seem to be about on install. Cheers Link to comment https://forums.phpfreaks.com/topic/160028-php_httpdll/ Share on other sites More sharing options...
MadTechie Posted May 28, 2009 Share Posted May 28, 2009 Copy ssleay32.dll libeay32.dll into the system32 folder %windir%/system In the php.ini setting check/add [php_HTTP] extension=php_http.dll restart the apache Link to comment https://forums.phpfreaks.com/topic/160028-php_httpdll/#findComment-844182 Share on other sites More sharing options...
Phpnewbie23 Posted May 28, 2009 Author Share Posted May 28, 2009 Cheers MadTechie that fixed it Link to comment https://forums.phpfreaks.com/topic/160028-php_httpdll/#findComment-844227 Share on other sites More sharing options...
MadTechie Posted May 28, 2009 Share Posted May 28, 2009 Can you click topic solved Link to comment https://forums.phpfreaks.com/topic/160028-php_httpdll/#findComment-844261 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.