php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69930 php7apache2_4.dll crash Apache
Submitted: 2015-06-25 08:23 UTC Modified: 2015-06-25 14:48 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: bugzilla77 at gmail dot com Assigned: ab (profile)
Status: Closed Package: Apache2 related
PHP Version: 7.0.0alpha2 OS: Win 7 x64
Private report: No CVE-ID: None
 [2015-06-25 08:23 UTC] bugzilla77 at gmail dot com
Description:
------------
PHPINIDir c:/php7
LoadModule php7_module c:/php7/php7apache2_4.dll

---

Visual C++ Redistributable for Visual Studio 2015 RC
http://download.microsoft.com/download/0/4/1/041224F6-A7DC-486B-BD66-BCAAF74B6919/vc_redist.x64.exe

Apache 2.4 binaries VC14
http://www.apachelounge.com/download/VC14/binaries/httpd-2.4.12-win64-VC14.zip

PHP 7.0 (7.0.0alpha2) VC14 x64 Thread Safe (2015-Jun-24 23:10:51)
http://windows.php.net/downloads/qa/php-7.0.0alpha2-Win32-VC14-x64.zip

Test script:
---------------
httpd.conf:

PHPINIDir c:/php7
LoadModule php7_module c:/php7/php7apache2_4.dll

Expected result:
----------------
Apache works

Actual result:
--------------
Apache crash on start.

[Thu Jun 25 09:56:06.606353 2015] [core:warn] [pid 2076:tid 328] AH00098: pid file C:/Apache24/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-25 11:56 UTC] bugzilla77 at gmail dot com
-PHP Version: 7.0.0alpha1 +PHP Version: 7.0.0alpha2
 [2015-06-25 11:56 UTC] bugzilla77 at gmail dot com
7.0.0alpha1 -> 7.0.0alpha2
 [2015-06-25 12:44 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2015-06-25 12:44 UTC] ab@php.net
Thanks for the report. However I don't reproduce any crash, running various scripts and wordpress.

Please check that there are no other PHP dirs on the path. Also, something special in your php.ini?

Thanks.
 [2015-06-25 13:39 UTC] bugzilla77 at gmail dot com
-Status: Feedback +Status: Open
 [2015-06-25 13:39 UTC] bugzilla77 at gmail dot com
Sorry,

This is my bug: extension_dir = "c:\php5\ext"

should be: extension_dir = "c:\php7\ext"
 [2015-06-25 14:48 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2015-06-25 14:48 UTC] ab@php.net
NP, thanks for taking a look at the alpha2.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC