php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18484 4.2.2 causes seg fault
Submitted: 2002-07-22 23:05 UTC Modified: 2002-07-23 00:11 UTC
From: chris at hallgren dot net Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.2 OS: Red Hat 7.2
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:
16 + 45 = ?
Subscribe to this entry?

 
 [2002-07-22 23:05 UTC] chris at hallgren dot net
After upgrading my system from php 4.2.1 to 4.2.2 everytime i visit a .php web page apache dies off with a seg fault. Ive been running the same setup for the past 6 months now and have had no problems my configure script is 


CC="cc" CFLAGS=" -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
SSL_BASE="/usr" \
./configure \
--disable-rule=EXPAT \
--with-layout=Apache \
--enable-module=so \
--enable-module=vhost_alias \
--enable-module=log_agent \
--enable-module=speling \
--enable-module=ssl \
--enable-shared=ssl \
--enable-module=rewrite \
--enable-suexec \
--suexec-caller=httpd \
--suexec-docroot=/home/sites/ \
--suexec-logfile=/var/log/suexec_log \
--suexec-uidmin=0 \
--suexec-gidmin=0 \
--activate-module=src/modules/php4/libphp4.a \
--add-module=mod_frontpage.c \
--activate-module=src/modules/fastcgi/libfastcgi.a \
--activate-module=src/modules/layout/liblayout.a \
--add-module=mod_gzip.c 

I'm using the following from apache server signature
Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6b mod_gzip/1.3.19.1a FrontPage/5.0.2.2510 mod_layout/3.0.3 mod_fastcgi/2.2.10 PHP/4.2.2

I visit any page that isnt .php and it works fine but as soon as you throw php into the mix it drops apache.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-23 00:11 UTC] chris at hallgren dot net
After doing a complete rebuild from new sources. This bug has been fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC