Problem loading dynamic library in WAMP

tradbak

New Member
I have downloaded a dynamic library from the location: http://downloads.php.net/pierre/.The specific file I downloaded is: php_http-5.3-nts-svn20091125-vc6-x86.zip.I have copied the file (php_http.dll) into the folder: C:\wamp\bin\php\php5.3.0\ext.In php.ini, I added the line: extension=php_http.dll.But I am getting the warning consisting of message: "PHP Startup: Unable to load dynamic library".Do I need to do anything else to have this module enabled?
 
Back
Top