Hallo,
ich bekomme von PHP ohne MySQL keine Fehlermeldung.
Wenn ich mit phpinfo() alles anzeigen lasse ist auch das mysql Modul geladen.
Error log von Apache VirtualHost phpMyadmin
| Code: |
PHP Warning: PHP Startup: Unable to load dynamic library './php_gd2.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './ext\\php_gd2.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './ext\\php_mysql.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './php_gd2.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '.;c:\\php5\\ext\\php_gd2.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '.;c:\\php5\\ext\\php_mysql.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line
|
Und hier die Apache error.log
| Code: |
[Sun Jul 06 15:33:04 2008] [notice] Apache/2.0.58 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sun Jul 06 15:33:04 2008] [notice] Server built: Apr 29 2006 17:47:10
[Sun Jul 06 15:33:04 2008] [notice] Parent: Created child process 1960
[Sun Jul 06 15:33:04 2008] [notice] Child 1960: Child process is running
[Sun Jul 06 15:33:04 2008] [notice] Child 1960: Acquired the start mutex.
[Sun Jul 06 15:33:04 2008] [notice] Child 1960: Starting 250 worker threads.
[Sun Jul 06 18:14:44 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Sun Jul 06 18:14:44 2008] [notice] Apache/2.0.58 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sun Jul 06 18:14:44 2008] [notice] Server built: Apr 29 2006 17:47:10
[Sun Jul 06 18:14:44 2008] [notice] Parent: Created child process 4492
[Sun Jul 06 18:14:44 2008] [notice] Child 4492: Child process is running
[Sun Jul 06 18:14:44 2008] [notice] Child 4492: Acquired the start mutex.
[Sun Jul 06 18:14:44 2008] [notice] Child 4492: Starting 250 worker threads.
[Sun Jul 06 18:18:18 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Sun Jul 06 18:18:18 2008] [notice] Apache/2.0.58 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sun Jul 06 18:18:18 2008] [notice] Server built: Apr 29 2006 17:47:10
[Sun Jul 06 18:18:18 2008] [notice] Parent: Created child process 196
[Sun Jul 06 18:18:18 2008] [notice] Child 196: Child process is running
[Sun Jul 06 18:18:18 2008] [notice] Child 196: Acquired the start mutex.
[Sun Jul 06 18:18:18 2008] [notice] Child 196: Starting 250 worker threads.
|