On Fri, May 20, 2011 at 12:40, Hannes Magnusson <hannes.magnus...@gmail.com> wrote: > On Wed, May 18, 2011 at 22:07, Jeraimee Hughes <jerai...@php.net> wrote: >> jeraimee Wed, 18 May 2011 20:07:11 +0000 >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=311204 >> >> Log: >> Fixed failing test. >> >> Changed paths: >> U php/php-src/trunk/Zend/tests/constants_005.phpt >> >> Modified: php/php-src/trunk/Zend/tests/constants_005.phpt >> =================================================================== >> --- php/php-src/trunk/Zend/tests/constants_005.phpt 2011-05-18 19:55:34 >> UTC (rev 311203) >> +++ php/php-src/trunk/Zend/tests/constants_005.phpt 2011-05-18 20:07:11 >> UTC (rev 311204) >> @@ -7,5 +7,6 @@ >> var_dump(ZEND_THREAD_safe); >> ?> >> --EXPECTF-- >> -bool(%s) >> +Notice: Use of undefined constant ZEND_THREAD_safe - assumed >> 'ZEND_THREAD_safe' in %s on line %d >> +string(16) "ZEND_THREAD_safe" >> int(123) > > > This isn't expected behavior, and Scott committed a proper fix for it, > so please revert :)
Actually. It was the otherway around. *sigh* sorry :) -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php