php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3929 PHP 3.0.14 and 3.0.15 cause Apache 1.3.12 Segmentation Fault..
Submitted: 2000-03-26 10:48 UTC Modified: 2000-08-06 07:02 UTC
From: devrim at tef dot gazi dot edu dot tr Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.15 OS: Redhat Linux (Kernel 2.2.12) 6.0
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: devrim at tef dot gazi dot edu dot tr
New email:
PHP Version: OS:

 

 [2000-03-26 10:48 UTC] devrim at tef dot gazi dot edu dot tr
Today i would like to upgrade apache web server 1.3.6 to 1.3.12 .. 
Then find newest Apache 1.3.12 src.RPM from Redhat ftp side.. Then compile and update my system.
Also i would like to replace PHP 3.0.14 to 3.0.15 .. 
I am follow all instructions from INSTALL.REDHAT document. (I am also compile PHP much of time but
i don't like to do with memorize) 
I am configure it like that:
./configure --with-apxs=/usr/sbin/apxs --with-mysql --with-config-file-path=/etc/httpd
(My php3.ini file at /etc/httpd )
./make
I haven't got any error or compile messages at make stage..
./make install

Then change my httpd.conf for PHP DSO modules .. (PHP make install add wrong parameter 
to httpd.conf file may be it's another little bug..:) ) 
When i restart httpd deamon.. i   realize that httpd  haven't any Process ... 
I try it again but httpd isn't start..:(  Then i was  look at the apache error log but i haven't get 
any usefull information .. 
Then i try all same things with PHP 3.0.14 (configure same parameter) And i have same problem with it!!
When i comment PHP modules line in httpd.conf Apache works without any problem.. 
So i consider that PHP and Apache 1.3.12 can't work together..:(
So what am i doing!!
Best Regards
Devrim Seral
 
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-30 07:59 UTC] sas at cvs dot php dot net
Please send us a backtrace of the problem.

http://bugs.php.net/bugs-generating-backtrace.php3
 [2000-08-06 07:02 UTC] rasmus@php.net
Make sure you are not using a version of the mysql library that is linked against pthreads, and grab a current version of the various tools and try again.  This stuff works fine on RedHat Linux.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 15:01:32 2024 UTC