Bug #71244 [Opn]: Apache restart on session_start()
[email protected] ("bugs dot php dot net at hellbringer dot pw")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=71244&edit=1 ID: 71244 User updated by: bugs dot php dot net at hellbringer dot pw Reported by: bugs dot php dot net at hellbringer dot pw Summary: Apache restart on session_start() Status: Open Type: Bug Package: Session related Operating System: Windows 7 Enterprise 64bit PHP Version: 7.0.1 Block user comment: N Private report: N New Comment: Windows event log: Faulting application name: httpd.exe, version: 2.4.18.0, time stamp: 0x5667f02e Faulting module name: php7ts.dll, version: 7.0.1.0, time stamp: 0x5671ed04 Exception code: 0xc0000005 Fault offset: 0x0001ac04 Faulting process id: 0x7258 Faulting application start time: 0x01d142eb6e3a57c2 Faulting application path: C:\xampp\apache\bin\httpd.exe Faulting module path: C:\xampp\php\php7ts.dll Report Id: b45419ad-aede-11e5-975c-005056c00008 Previous Comments: ------------------------------------------------------------------------ [2015-12-30 10:38:32] bugs dot php dot net at hellbringer dot pw Description: ------------ Apache restarts always when session_start() is called. "child process 29272 exited with status 3221225477 -- Restarting" PHP is running as Apache module. Using standard installation of XAMPP 7.0.0 with PHP 7.0.1 binaries from: http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x86.zip Got the same error with PHP 7.0.0 Versions: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.1 Microsoft Windows [Version 6.1.7601] Apache log: [Wed Dec 30 11:18:30.449512 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.1 configured -- resuming normal operations [Wed Dec 30 11:18:30.449512 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39 [Wed Dec 30 11:18:30.449512 2015] [core:notice] [pid 25552:tid 300] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' [Wed Dec 30 11:18:30.517015 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00418: Parent: Created child process 29272 [Wed Dec 30 11:18:31.744568 2015] [mpm_winnt:notice] [pid 29272:tid 312] AH00354: Child: Starting 150 worker threads. [Wed Dec 30 11:18:45.882692 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00428: Parent: child process 29272 exited with status 3221225477 -- Restarting. [Wed Dec 30 11:18:46.707228 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.1 configured -- resuming normal operations [Wed Dec 30 11:18:46.707228 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39 [Wed Dec 30 11:18:46.707228 2015] [core:notice] [pid 25552:tid 300] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' [Wed Dec 30 11:18:46.770732 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00418: Parent: Created child process 13940 [Wed Dec 30 11:18:48.026289 2015] [mpm_winnt:notice] [pid 13940:tid 312] AH00354: Child: Starting 150 worker threads. [Wed Dec 30 11:18:49.269343 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00428: Parent: child process 13940 exited with status 3221225477 -- Restarting. [Wed Dec 30 11:18:50.386891 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.1 configured -- resuming normal operations [Wed Dec 30 11:18:50.386891 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39 [Wed Dec 30 11:18:50.386891 2015] [core:notice] [pid 25552:tid 300] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' [Wed Dec 30 11:18:50.451894 2015] [mpm_winnt:notice] [pid 25552:tid 300] AH00418: Parent: Created child process 13548 [Wed Dec 30 11:18:51.681948 2015] [mpm_winnt:notice] [pid 13548:tid 312] AH00354: Child: Starting 150 worker threads. Test script: --------------- <?php session_start(); ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=71244&edit=1