php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3752 Apache configtest dumps core with DSO & versioning
Submitted: 2000-03-07 03:20 UTC Modified: 2002-10-01 13:56 UTC
From: top at sci dot fi Assigned:
Status: Wont fix Package: Dynamic loading
PHP Version: 3.0.15 OS: Solaris 2.7 (Sparc)
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
37 + 2 = ?
Subscribe to this entry?

 
 [2000-03-07 03:20 UTC] top at sci dot fi
I compiled Apache 1.3.{9,11,12} with PHP3.0.15 configured with the following setup:

./configure --with-apxs=/usr/local/httpd/bin/apxs --with-solid --enable-track-vars --enable-versioning --with-xml

Apache starts up fine and php-pages seems to be working. But when I do a configtest in Apache, it dumps core after saying syntax is ok. Here's a backtrace of core:

Core was generated by `/u3/server/httpd-1.3.12/bin/httpd -t'.
Program terminated with signal 11, Segmentation Fault.
#0  0xfee17b00 in ?? ()
(gdb) bt
#0  0xfee17b00 in ?? ()
#1  0xff116814 in ?? ()
#2  0xff2d1f18 in ?? ()
#3  0xff2d74e0 in ?? ()
#4  0x11a50 in ap_ecvt ()

In Linux 2.2.13 (Intel) this setup is working without any problems. Also if I compile the Solaris-version without versioning everything is working properly.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 13:56 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC