PDO, server crash
Lang gewacht, had er echt geen tijd voor, maar toch xampp opnieuw geinstalleerd. direct getest met nog precies de zelfde scripts... heeft het dus nog geen 10 minuten volgehouden
Mijn eerdere post wat volgens ed een application log is, is gekopieerd uit het bestand error.log uit de map c:\xampp\apache...
Hier de log die ik nu krijg:
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[Thu Jun 11 12:34:42 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.3 configured -- resuming normal operations
[Thu Jun 11 12:34:42 2009] [notice] Server built: Dec 10 2008 00:10:06
[Thu Jun 11 12:34:42 2009] [notice] Parent: Created child process 3512
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Child process is running
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Acquired the start mutex.
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Starting 250 worker threads.
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Starting thread to listen on port 443.
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Starting thread to listen on port 80.
[Thu Jun 11 12:34:48 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu Jun 11 12:34:48 2009] [notice] Child 3512: Exit event signaled. Child process is ending.
[Thu Jun 11 12:34:49 2009] [notice] Child 3512: Released the start mutex
[Thu Jun 11 12:34:50 2009] [notice] Child 3512: All worker threads have exited.
[Thu Jun 11 12:34:50 2009] [notice] Child 3512: Child process is exiting
[Thu Jun 11 12:34:54 2009] [notice] Parent: Child process exited successfully.
[Thu Jun 11 12:35:10 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.3 configured -- resuming normal operations
[Thu Jun 11 12:35:10 2009] [notice] Server built: Dec 10 2008 00:10:06
[Thu Jun 11 12:35:10 2009] [notice] Parent: Created child process 3724
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Child process is running
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Acquired the start mutex.
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Starting 250 worker threads.
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Starting thread to listen on port 443.
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Starting thread to listen on port 80.
[\code]
[Thu Jun 11 12:34:42 2009] [notice] Server built: Dec 10 2008 00:10:06
[Thu Jun 11 12:34:42 2009] [notice] Parent: Created child process 3512
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Child process is running
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Acquired the start mutex.
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Starting 250 worker threads.
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Starting thread to listen on port 443.
[Thu Jun 11 12:34:44 2009] [notice] Child 3512: Starting thread to listen on port 80.
[Thu Jun 11 12:34:48 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu Jun 11 12:34:48 2009] [notice] Child 3512: Exit event signaled. Child process is ending.
[Thu Jun 11 12:34:49 2009] [notice] Child 3512: Released the start mutex
[Thu Jun 11 12:34:50 2009] [notice] Child 3512: All worker threads have exited.
[Thu Jun 11 12:34:50 2009] [notice] Child 3512: Child process is exiting
[Thu Jun 11 12:34:54 2009] [notice] Parent: Child process exited successfully.
[Thu Jun 11 12:35:10 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.3 configured -- resuming normal operations
[Thu Jun 11 12:35:10 2009] [notice] Server built: Dec 10 2008 00:10:06
[Thu Jun 11 12:35:10 2009] [notice] Parent: Created child process 3724
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Child process is running
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Acquired the start mutex.
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Starting 250 worker threads.
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Starting thread to listen on port 443.
[Thu Jun 11 12:35:12 2009] [notice] Child 3724: Starting thread to listen on port 80.
[\code]