ID: 45298 Updated by: [EMAIL PROTECTED] Reported By: mariusads at helpedia dot com -Status: Open +Status: Bogus Bug Type: Dynamic loading Operating System: windows 2003 web edition PHP Version: 5.2.6 -Assigned To: +Assigned To: nokia1945 New Comment:
> extension_dir = "." Set it to the actual full path (c:\php5\ext for example) Previous Comments: ------------------------------------------------------------------------ [2008-06-18 10:17:00] mariusads at helpedia dot com Additional note: if extension_dir = "" as in my last attempt, in apache these lines appear: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_bz2.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_curl.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_gd2.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_mbstring.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_mcrypt.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_mhash.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_mysql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php5\php_zip.dll' - The specified module could not be found. in Unknown on line 0 ------------------------------------------------------------------------ [2008-06-18 10:14:11] mariusads at helpedia dot com Description: ------------ php 5.2.6.6 No matter what directories I set in the php.ini, php insists on loading the extension dll files from c:\php5 Reproduce code: --------------- in php.ini the following are set: include_path = ".;d:\php5" doc_root = user_dir = extension_dir = "." PHP is installed in D:\php5 I've copied all the dlls from the ext folder to d:\php5 When apache loads the following lines appear in error.log: PHP Warning: PHP Startup: Unable to load dynamic library '.\php_bz2.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '.\php_curl.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '.\php_gd2.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '.\php_mbstring.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '.\php_mcrypt.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '.\php_mhash.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '.\php_mysql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '.\php_zip.dll' - The specified module could not be found. Expected result: ---------------- DLLs should be loaded from d:\php5 without problems Actual result: -------------- Libraries are not loaded ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45298&edit=1
