php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29467 apache2 crashes if I try to load php5apache2.dll
Submitted: 2004-07-31 15:19 UTC Modified: 2004-08-19 01:00 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:2 (66.7%)
Same OS:2 (66.7%)
From: genialbrainmachine at tiscali dot it Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.0.0 OS: windows 2000 SP4
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-07-31 15:19 UTC] genialbrainmachine at tiscali dot it
Description:
------------
I tried to install Apache2.0.50 with the Php5.0.0 module on Win2k SP4. But **frequently** (not always) I experienced a detestable crash when the httpd service start. (Conversely, when the server starts it works fine.)

The critical line in my httpd.conf is:
LoadModule php5_module ..MyPath../php5apache2.dll

The crash happens only when this line is uncommented.

(The error message I encountered is synthetical: "The Apache2 service has reported an unespected stop", or something similar translated from the italian "Il servizio Apache2 ? terminato in modo imprevisto.")

Reproduce code:
---------------
unapplicable

Expected result:
----------------
I expect that Apache doesn't crash!! :)

Actual result:
--------------
unapplicable

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-31 15:20 UTC] genialbrainmachine at tiscali dot it
I tried to install Apache2.0.50 with the Php5.0.0 module on Win2k SP4.
But **frequently** (not always) I experienced a detestable crash when the httpd service starts. (Conversely, when the server starts it works fine.)

The critical line in my httpd.conf is:
LoadModule php5_module ..MyPath../php5apache2.dll

The crash happens only when this line is uncommented.

(The error message I encountered is synthetical: "The Apache2 service has reported an unespected stop", or something similar translated from the italian "Il servizio Apache2 ? terminato in modo imprevisto.")
 [2004-08-05 23:07 UTC] edink@php.net
Please try http://snaps.php.net/win32/php5.0-win32-latest.zip to see if that solves your problem. Make sure to follow install.txt instructions.
 [2004-08-19 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2006-06-16 20:47 UTC] milenzlatkov at abv dot bg
I'm with Apache 2.0.58 + PHP 5.1.4
My problem was this line below in "httpd.conf" file:

LoadModule php5_module "..path../php5apache2.dll"

This link below solve my problem (10x edink@php.net): 
http://snaps.php.net/win32/

Download "php5.1-win32-latest.zip" and i replace my old PHP 5.1.4 with the downloaded version (my new phpinfo() show me: PHP Version 5.1.5-dev.) and follow the known steps to configure the "httpd.conf".

If you have problemz....you can write me on:
milenzlatkov@abv.bg
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 08:01:34 2024 UTC