On 15.08.2008 01:17, Uwe Pries wrote:
Hello internals,

I use following configure script to build PHP 5.3.0alpha2-dev:

#! /bin/sh
#
# Created by configure

'./configure' \
'--with-apxs2=/usr/local/apache/current/bin/apxs' \
'--with-config-file-path=/etc' \
'--enable-maintainer-zts' \
"$@"

It just tried to reproduce this with prefork/worker apaches and PHP/ZTS, but no luck - it still works fine.

I guess we'll need some more info. A backtrace would be very useful.
First, please update your checkout and rebuild everything from scratch.
Then do the following:

gdb /usr/local/apache/current/bin/httpd
gdb> b zend_error
(it'll ask you if the function is expected to be in a not yet loaded lib, press 
Y)
gdb> r -X
(go the browser and refresh it, it should stop on the breakpoint)
gdb> bt full
(paste the output here)

--
Wbr, Antony Dovgal

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to