i just upgrade from 4 to 5.4 and i have to edit the php.ini where all the .dll files resides
previously when i used the older version my extension_dir is pointing to extension_dir='./extensiondir/"
which means all the extension library resides in my
c:\php\extensiondir
when i upgrade to version 5 and edit the php.ini the problem occured
Warning: PHP Startup: Unable to load dynamic library 'c:/extensiondir/php_curl.dll' - The specified module could not be found. in Unknown on line 0 PHP
can any one point me to the right one