|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-01 13:56 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 17:00:02 2025 UTC |
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.