On 05/17/2011 01:18 PM, Johannes Schlüter wrote:
Hi,


On Mon, 2011-05-16 at 00:14 +0000, Rasmus Lerdorf wrote:
rasmus                                   Mon, 16 May 2011 00:14:47 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311067

Log:
Get rid of autoconf warnings

looks like this broke something. I'm not really sure what. mysqli tests
now fail massively. For ext/mysqli/tests/mysqli_warning_count.phpt
(randomly picked) gdb shows this:

Breakpoint 1, _zend_bailout (
     filename=0xee4c28 "php-src/trunk/main/main.c", lineno=1068) at 
php-src/trunk/Zend/zend.c:847
847             if (!EG(bailout)) {
(gdb) bt
#0  _zend_bailout (
     filename=0xee4c28 "php-src/trunk/main/main.c", lineno=1068) at 
php-src/trunk/Zend/zend.c:847
#1  0x00000000009c7bce in php_error_cb (type=4096,
     error_filename=0xf93fe0 
"php-src/trunk/ext/mysqli/tests/mysqli_warning_count.phpt", error_lineno=19,
     format=0xf03aa0 "Argument %d passed to %s%s%s() must %s%s, %s%s given",
     args=0xfffffd7fffdfdc00)
     at php-src/trunk/main/main.c:1068

It doesn't seem likely that an autoconf change could have caused this. There were no code changes involved in that patch. Have you verified that this broke it by isolating this change?

-Rasmus

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to