|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-07-27 08:34 UTC] bluephp at gmail dot com
Description: ------------ The problem happened just after I updated php_5.2.13 to php_5.2.14. You known, the php_5.2.13 is working well. I rename D:\php to D:\php_5.2.13,and rename D:\php_5.2.14 to D:\php ,and copy D:\php_5.2.13\php.ini to D:\php .Then restart IIS. When php_5.2.14 is running, I run the Test script , it didnot work. The D:\php\error.log said about "not loading the php_curl.dll". But the D:\php\ext\php_curl.dll is existing and the D:\php\php.ini options of php_curl.dll is open. Then I run D:\php\php.exe -m, it still didnot work. Alert window said about "the zlib.dll is error". I found the size of php_curl.dll in php_5.2.14 is small than in php_5.2.13. But other files in D:\php\ext is same of size. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 17:00:02 2025 UTC |
I'm having the same problem with both the windows installer and the zipped up binaries. Apache error log reports: PHP Warning: PHP Startup: Unable to load dynamic library '{obscured}php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0 I replaced the 5.2.14 php_curl.dll (stamped 21/07/10 18:44) with the old backup I had from 5.2.6 and the problem appears to go away. I'm not that comfortable with swapping in such an old DLL though.