On Sun, 24 Feb 2013 06:29:17 +0100, Reeze Xia <re...@php.net> wrote:
I got two tests failed on Mac OS X: ➜ php-src-master git:(master) ✗ cat Zend/tests/dval_to_lval_64.diff 001+ int(-9223372036854775808) 002+ int(-9223372036854775808) 003+ int(-9223372036854775808) 004+ int(-9223372036854775808) 005+ int(-9223372036854775808) 001- int(2943463994971652096) 002- int(2943463994972176384) 003- int(2943463994972700672) 004- int(2943463994973224960) 005- int(2943463994973749248) ➜ php-src-master git:(master) ✗ cat Zend/tests/bug39018.diff 003- Notice: Uninitialized string offset: %s in %s on line 6 004-
You have to run make clean or at least delete the object files in Zend. Because only a header file change, the makefile doesn't have anything recompiled.
-- Gustavo Lopes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php