php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27296 crash with apache 2
Submitted: 2004-02-17 16:11 UTC Modified: 2004-02-17 18:15 UTC
From: info at andisotho dot de Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5CVS-2004-02-17 OS: SuSE Linux 9.0 prof.
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: info at andisotho dot de
New email:
PHP Version: OS:

 

 [2004-02-17 16:11 UTC] info at andisotho dot de
Description:
------------
After install PHP 5.0 beta 4 the response of any php-file in the Browserwindow is  "No Connection to the server"
The Message in the Apache Error log File ist "[Tue Feb 17 12:20:22 2004] [notice] child pid 18777 exit signal Segmentation fault (11)".
The Log Modus ist debug.
The Apache Version is 2.0.48 an my configure statement ist :
"./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --with-mysql=/usr/lib --with-apxs2=/usr/sbin/apxs2 --with-gd=shared --enable-versioning --enable-ftp --with-mcrypt --with-zlib --with-libxml-dir=/usr/imclude --with-bz2 --enable-exif  --enable-magic-quotes  --with-gettext --with-gmp
".
With Beta3 it works

Greetings Andisotho
Sorry abaout my worry english


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-17 16:54 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

Can you please make a backtrace then?
 [2004-02-17 17:31 UTC] sniper@php.net
And DO NOT USE --enable-versioning! (are you by any chance trying to load both PHP 4 and 5 as modules the same time?)

 [2004-02-17 17:59 UTC] info at andisotho dot de
The --enable-versioning was my error!! 
Now it run 
Thank You
 [2004-02-17 18:15 UTC] sniper@php.net
There we go..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 10:01:32 2024 UTC