php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55863 Apache2 crashes if PHP is enabled
Submitted: 2011-10-06 21:05 UTC Modified: 2021-10-17 04:22 UTC
Votes:4
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:2 (66.7%)
Same OS:0 (0.0%)
From: py dot lannes at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Apache2 related
PHP Version: Irrelevant OS: Windows Server 2008
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: py dot lannes at gmail dot com
New email:
PHP Version: OS:

 

 [2011-10-06 21:05 UTC] py dot lannes at gmail dot com
Description:
------------
I'm running Apache 2.2.21 on a Win 2K8 server and tried VC9 (PHP 5.3.8) version 
of PHP... it almost worked (PHP couldn't connect to MySQL and had troubles 
interpreting PHP code).
After carefully reading the PHP download page, I removed my PHP install (except 
for the php.ini) and installed VC6 (PHP 5.2.17).
This is where my troubles starts!

If I uncomment this in httpd.conf
#PHPIniDir "C:\Program Files (x86)\PHP\"
#LoadModule php5_module "C:\Program Files (x86)\PHP\php5apache2_2.dll"

Apache can't start and I get the following in the system event log (crappy 
translation by myself):

Failing application name: httpd.exe, version : 2.2.21.0, Timestamp : 0x4e6a3015
Failing Module: php5ts.dll, version : 5.2.17.17, Timestamp : 0x4d25fb49

-----

I feel like I'm trapped!
What the heck is that php5ts.dll doing?
I know there can be problems with some crappy DLLs like lib_mycrypt.dll, but 
nothing that critical!
I don't understand WHY it crashes...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-10-07 00:01 UTC] py dot lannes at gmail dot com
I tried creating a file named dummy.php containing

<?php
 phpinfo();
?>

When I try opening it through command-line or via PHP-win.exe
PHP crashes immediately.

Same failing module as above...
 [2021-10-04 17:14 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-10-04 17:14 UTC] cmb@php.net
Is this still an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-10-17 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 13:01:30 2024 UTC