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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Phpnewbie23 Posted May 28, 2009 Author Share Posted May 28, 2009 Cheers MadTechie that fixed it Quote Link to comment Share on other sites More sharing options...
MadTechie Posted May 28, 2009 Share Posted May 28, 2009 Can you click topic solved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.