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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chris at hallgren dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 02:01:35 2025 UTC