php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20220 Problem with apache 2.0.43
Submitted: 2002-11-02 12:54 UTC Modified: 2002-11-08 16:17 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: ehesry at yahoo dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.0-pre2 OS: win2kserver
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: ehesry at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-11-02 12:54 UTC] ehesry at yahoo dot com
Because problem between apache 2.0.43 and PHP 4.2.3, i download the last version from CVS but i have some apache unpredictable restart.

I install the same configuration with apache 1.3.27 and it works fine.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-02 12:55 UTC] iliaa@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2002-11-02 14:02 UTC] ehesry at yahoo dot com
hum i can't explain more

you can go to my own site http://manoo.dyndns.org and see that now it work fine when you choose any options in the menu.
I use now apache 1.3.27.
I used apache 2.0.39 for a few month and i have no problems too with the same PHP scripts.

But when i want to use apache 2.0.43, i had problem with php4apache2.dll file.
Like it was reported here, i download the latest version of PHP from CVS.
It resolved my problem with this file but activate unpredictable restart of apache when i choose option menu on my site. it answered that the page did not exist, but if you update the page with the same URL just after the bug, it showed the page.

in the error.log file from apache i have this trace :

[Sat Nov 02 12:08:02 2002] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Sat Nov 02 12:08:02 2002] [notice] Parent: Created child process 6200
[Sat Nov 02 12:08:03 2002] [notice] Child 6200: Child process is running
[Sat Nov 02 12:08:04 2002] [notice] Child 6200: Acquired the start mutex.
[Sat Nov 02 12:08:04 2002] [notice] Child 6200: Starting 250 worker threads.

because i have no more the binaries of apache 2.0.39 and the php4apache2.dll which works with, i install apache 1.3.27 and all works fine now with no restart of apache when i choose option menu.

Sorry for my poor english.
 [2002-11-08 12:23 UTC] evgenyz at mail dot ru
I had some troubles with Apache 2.0.42 (Win2Kpro)
and PHP 4.2.1 (full-pack). Thought that my problem looks
like this bug. Anyway somhing is wrong...

Previously I have Apache 1.3.12 and 1.3.24 with PHP 4.2.1
(Win2Kpro) and there was no problems at all. After reinstalling the system, I use Apache 2.0.42 instead of 1.x,
and have next troubles (I use settings from old Apache, but
no all .conf file - I make changes manually, in new .conf file):

When I use next (in file "index.php"):
--- 
$fs = fopen ("http://sample.xxx/inner.php?a=v","r"); fpassthru ($fs);
---
browser(IE 5.5, Mozilla 1.1) fails to open page, but if I use:
---
$fs = fopen ("inner.php","r"); fpassthru ($fs);
---
All is OK.
PS. allow_url_fopen = On in php.ini file.

--- Apache log ---
127.0.0.1 - - [08/Nov/2002:04:49:58 +0600] "GET /index.php HTTP/1.1" 500 601
127.0.0.1 - - [08/Nov/2002:05:07:57 +0600] "GET /inner.php HTTP/1.0" 200 334
--- Apache log ---
after it a copy of php.exe loaded in memory and hangs up, until reboot. Some time past browser sais - "can't open page". No any PHP error in log.
 [2002-11-08 16:12 UTC] ehesry at yahoo dot com
hum i resolved the problem 
with apache 2.0.43 and php 4.2.3 because i downloaded the good file php4apache2.dll at my job.

you can find it on my web site
ftp://manoo.dyndns.org/php/php4apache2.dll
 [2002-11-08 16:17 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

User reports that the problem was caused by an incorrect/invalid .dll file being utilized.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC