[PHP-BUG] Bug #71244 [NEW]: Apache restart on session_start()
[email protected] ("bugs dot php dot net at hellbringer dot pw")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
From: bugs dot php dot net at hellbringer dot pw Operating system: Windows 7 Enterprise 64bit PHP version: 7.0.1 Package: Session related Bug Type: Bug Bug description:Apache restart on session_start() 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 bug report at https://bugs.php.net/bug.php?id=71244&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=71244&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=71244&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=71244&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=71244&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=71244&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=71244&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=71244&r=needscript Try newer version: https://bugs.php.net/fix.php?id=71244&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=71244&r=support Expected behavior: https://bugs.php.net/fix.php?id=71244&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=71244&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=71244&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=71244&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=71244&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=71244&r=dst IIS Stability: https://bugs.php.net/fix.php?id=71244&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=71244&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=71244&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=71244&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=71244&r=mysqlcfg