php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49905 Application Failure httpd.exe 2.2.14.0 in php5ts.dll 5.2.11.11
Submitted: 2009-10-16 18:33 UTC Modified: 2009-10-16 19:19 UTC
From: jirvin06 at comcast dot net Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.11 OS: Windows XP SP3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jirvin06 at comcast dot net
New email:
PHP Version: OS:

 

 [2009-10-16 18:33 UTC] jirvin06 at comcast dot net
Description:
------------
Installed Apache 2.2.14 via MSI and PHP5.2.11 via msi. The following lines cause the Apache server to not start and crash:

PHPIniDir "C:/Program Files/PHP/"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"

When those lines are commented out, the server comes up fine. When you click on the error produced by the crash, it says:

szAppName : httpd.exe     szAppVer : 2.2.14.0     
szModName : php5ts.dll     
szModVer : 5.2.11.11     offset : 000f337a

The PATH variable has the PHP path as the first item listed.  

Reproduce code:
---------------
There is no code being executed. This is a problem from the moment of start-up.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-16 18:37 UTC] pajoye@php.net
Install or configuration issue. You certainly have old DLLs in your system. A first step would be to try without any php.ini (remove all php.ini you have in the usual locations like c:\windows).

Further setup support can be asked in either the php-windows or php-setup mailing list.
 [2009-10-16 18:47 UTC] jirvin06 at comcast dot net
There are no php.ini files located in my c:\windows, c:\windows\system or c:\windows\system32. I did a complete de-install of apache and php. I removed the directories, too. I re-installed and the same error exists.
 [2009-10-16 19:19 UTC] jirvin06 at comcast dot net
Error uncovered. When installing don't install all the extensions. Apparently some of the extensions cause problems.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 11:01:31 2025 UTC