php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #99 php-3.0b4 stops apache 1.3b5
Submitted: 1998-02-23 03:25 UTC Modified: 1998-02-23 08:04 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: psamuel at ind dot tansu dot com dot au Assigned: rasmus (profile)
Status: Closed Package: Other
PHP Version: 3.0b4 OS: Solaris 2.5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
46 + 20 = ?
Subscribe to this entry?

 
 [1998-02-23 03:25 UTC] psamuel at ind dot tansu dot com dot au
It seems that if I compile apache-1.3b5 (and 1.3b3) with 
php3.0b4 under Solaris 2.5.1, the apache server goes into
a spin and refuses to serve connections. The browser
symptoms are that the Netscape icon continues to animate
and the cursor stays as a watch for ages. The server is
a Sun Ultra2 with 2x200MHz CPUs and 512Mb of RAM and loads
of mirrored fast disk.

apache-1.2.5 with php-3.0b4 runs very fast on this beast
but apache-1.3b5 with php-3.0b4 is worse than death warmed
up.

I compiled php using the following config line:

./configure --with-apache=/archive/src/text/http/apache/apache_1.3b5

This ensured I had no extra libraries to worry about such
as gd, gdbm, msql etc. The LIBS line from mod_php3.module
is

LIBS="-Lmodules/extra -L../modules/extra -lphp3   -lm -ldl -lnsl -lsocket

I have the following modules compiled into apache

AddModule modules/standard/mod_env.o
AddModule modules/standard/mod_log_config.o
AddModule modules/standard/mod_mime_magic.o
AddModule modules/standard/mod_mime.o
AddModule modules/standard/mod_negotiation.o
AddModule modules/standard/mod_status.o
AddModule modules/standard/mod_include.o
AddModule modules/standard/mod_autoindex.o
AddModule modules/standard/mod_dir.o
AddModule modules/standard/mod_cgi.o
AddModule modules/standard/mod_asis.o
AddModule modules/standard/mod_imap.o
AddModule modules/standard/mod_actions.o
AddModule modules/standard/mod_speling.o
AddModule modules/standard/mod_userdir.o
AddModule modules/standard/mod_alias.o
AddModule modules/standard/mod_access.o
AddModule modules/standard/mod_auth.o
AddModule modules/standard/mod_expires.o
AddModule modules/standard/mod_setenvif.o
AddModule modules/extra/mod_php3.o

In my tests to narrow down the problem I tried starting
with a default apache config and then added one module
at a time. Each additional module showed no problem until
I added the php module.

I don't know if its a php problem or an apache problem so
I'll send a bug report to both groups.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-23 08:04 UTC] rasmus
Same as bug #1
 [2013-07-18 07:55 UTC] adasdfdsd at ahoo dot com
das
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC