php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51746 Failed to load php5apache2_2.dll
Submitted: 2010-05-05 12:51 UTC Modified: 2013-02-18 00:34 UTC
Votes:6
Avg. Score:4.0 ± 0.8
Reproduced:4 of 5 (80.0%)
Same Version:1 (25.0%)
Same OS:3 (75.0%)
From: mallu dot it at gmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.2.13 OS: Windows XP pro
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: mallu dot it at gmail dot com
New email:
PHP Version: OS:

 

 [2010-05-05 12:51 UTC] mallu dot it at gmail dot com
Description:
------------
php-5.2.13-nts-Win32-VC6-x86 ---- php version
httpd-2.2.15-win32-x86-openssl-0.9.8m-r2.msi --- apache version

Test script:
---------------
I Installed the 5.2.13 php and its failing to load the php5apache2_2.dll. 
These lines I added in httpd.conf
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php .php5
PHPIniDir "c:/php"

I am not sure abount 5.3 version of php. 
any workaround for this? Can I get the old version of php i.e 5.2.8 or 10 so that I can test it with their modules
Please let me know

Expected result:
----------------
It should ne able to load the dll and apache service should start

Actual result:
--------------
apache service is crashing and generating event in system event log
The Apache2.2 service terminated with service-specific error 1 (0x1).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-05 13:09 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2010-05-05 13:09 UTC] pajoye@php.net
Disable all extensions and try again. Then find which extension is causing issue, you are certainly missing some DLLs
 [2010-05-05 13:44 UTC] mallu dot it at gmail dot com
-Status: Feedback +Status: Open
 [2010-05-05 13:44 UTC] mallu dot it at gmail dot com
Can you please detail yr previous comment? Thanks
 [2010-05-05 13:49 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2010-05-05 13:49 UTC] pajoye@php.net
Disable the extension in php.ini, all. Then try again to start apache. If it works, then enable again the extensions, one by one, to see which extension is causing you this problem.
 [2013-02-18 00:34 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 "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 06:01:33 2024 UTC