php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31505 php5apache2.dll probably is causing Apache to fail
Submitted: 2005-01-12 04:07 UTC Modified: 2005-01-15 17:36 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: listen at hotpop dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.0.3 OS: W2Kpro sp4
Private report: No CVE-ID: None
 [2005-01-12 04:07 UTC] listen at hotpop dot com
Description:
------------
I'm using the latest stable Apache2 Windows binary installed by: apache_2.0.52-win32-x86-no_ssl.msi together with PHP 5.0.3 and MySQL 4.0.21-nt and phpMyAdmin 2.6.0-pl1.

Up until now I ran PHP in the cgi mode, but a few days ago I changed over to run it as an Apache module in order to be able to do httpd-www authentication.

Apparently everything was working fine, both in the cgi mode as well as when it was run as an Apache module using php5apache2.dll.

On tuesday 11/01-2005 I then tried to install the wordpress blog application, only to learn that it locked up during phase 2 of the installation.

The Apache server returned a message like:

Apache.exe - Program failure.
instruction at 0x005b589c referenced memory at 0x00000003
the memory couldn't be read.

When I then used the phpMyAdmin in order to inspect the contents of the created tables, the phpMyAdmin simply locked up, and wasn't able to display anything.

Again the error message was produced by the Apache server.

Next I tried a reboot and found that after the reboot the errorcondition was still produced as described above.

Next I tried to go back to cgi mode, where I found that the errorcondition didn't occur.

From these findings I believe the problem is caused by the  php5apache2.dll, and unfortunately I need to run php as an Apache module, because I need the httpd-www authenticate functionality.

Best regards,

Arne Eckmann
 
 
  


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-14 07:27 UTC] listen at hotpop dot com
script placed here:

http://hoppalong.1go.dk/bug/demo.php

The test script runs okay when the PHP works in CGI mode, but it fails and is causing a fatal error in Apache2 when the PHP works as a service (Apache module).
 [2005-01-14 14:34 UTC] derick@php.net
Cut down your script and make sure it does not use external resources such as MySQL. With this we can not reproduce it, also, try it with Apache 1.3.
 [2005-01-14 15:23 UTC] listen at hotpop dot com
Forget it!

You are obviously pulling my legs!
 [2005-01-15 17:36 UTC] derick@php.net
Well, you don't apperently not want to fix it then. So be it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jul 03 02:01:31 2024 UTC