ID:               31344
 User updated by:  sysadmin at amhosting dot com
 Reported By:      sysadmin at amhosting dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: Red Hat 9 + Legacy
 PHP Version:      4.3.10
 New Comment:

The example script, run in the bash shell, looks something like this
for Red Hat 9:

---start of script---
#!/bin/bash
service httpd start
sleep 3
ps ax | grep httpd
---end of script---

What I expect is to see a number of processes with the name "httpd"
with PID numbers, all different.

Before PHP install, I get that.

After PHP install, I get "grep httpd"

Remove PHP from the system, it works again.

Script enough for you?


Previous Comments:
------------------------------------------------------------------------

[2004-12-30 13:39:01] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.



------------------------------------------------------------------------

[2004-12-30 13:22:50] egor at ensita dot net

the latest stable doesn't help. :(

------------------------------------------------------------------------

[2004-12-30 08:10:14] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2004-12-30 07:51:26] sysadmin at amhosting dot com

Description:
------------
In trying to upgrade my Plesk servers, I have found that one upgrade
worked, the rest bombed out.  To reduce the number of variables, I
built a Red Hat 9 server from CDs, installed Yum, ran a full upgrade
cycle, then tried to install 4.3.10.  Apache would not start, or would
crash immediately without any tombstones.

Reproduce code:
---------------
Load Red Hat 9 from CDs.
Install Yum per instructions from Fedora Legacy project
yum update
download php source.
./configure <parameters>
make
make install

Expected result:
----------------
I expected PHP 4.3.10 to install and run normally.

Actual result:
--------------
Apache died without a trace.  "service httpd status" said that the
service was dead but a PID file was in place.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31344&edit=1

Reply via email to