ID: 42914 User updated by: machineextractor at yahoo dot com Reported By: machineextractor at yahoo dot com -Status: Feedback +Status: Closed Bug Type: Apache2 related Operating System: Windows Xp PHP Version: 5.2.4 New Comment:
I have found the problem I have to copy php5ts.dll into c:\windows\system32 and reboot the system and the problem has been rezolved Previous Comments: ------------------------------------------------------------------------ [2007-10-11 23:40:02] carsten_sttgt at gmx dot de IMHO PHP can't find the needed libraries like "libmysql.dll". Make sure, that the path to these libraries is in your system environment variable PATH. BTW: You have an Oracle client installed on your system? If yes, the path to the client must also be in PATH. (the same for SQLite) Regards, Carsten ------------------------------------------------------------------------ [2007-10-11 10:25:44] [EMAIL PROTECTED] What does your extension_dir entry in php.ini look like? (Make sure you'e looking to the right file by checking phpinfo() output) ------------------------------------------------------------------------ [2007-10-10 11:50:07] machineextractor at yahoo dot com Description: ------------ Php loads extensions from: 'D:\Servers\PHP\ext\' not from: 'D:\\Servers\\PHP\\ext\\' Not 2 back slashes. We are not in Linux to have 2 backslashes The problem is that i cannot replace those 2 backslashes from anywere i havent't found something to edit in any ini files Reproduce code: --------------- PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Servers\\PHP\\ext\\php_mysql.dll' - The specified procedure could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Servers\\PHP\\ext\\php_mysqli.dll' - The specified procedure could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Servers\\PHP\\ext\\php_pdo_mysql.dll' - The specified procedure could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Servers\\PHP\\ext\\php_pdo_oci.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Servers\\PHP\\ext\\php_pdo_oci8.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Servers\\PHP\\ext\\php_pdo_sqlite_external.dll' - The specified module could not be found.\r\n in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42914&edit=1
