stas Wed, 16 Mar 2011 05:41:50 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309266
Log:
fix UMR when setting forward string offset
Changed paths:
U php/php-src/trunk/Zend/zend_execute.c
Modified: php/php-src/trunk/Zend/zend_execute.c
stas Wed, 16 Mar 2011 05:25:02 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309265
Log:
fix UMR when variable name is an object and __toString is used
# zend_call_function checks IS_REF on This
Changed paths:
U php/php-src/trunk/Zend/
pajoye Tue, 15 Mar 2011 17:14:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309262
Log:
- windows only
Changed paths:
U php/php-src/trunk/main/SAPI.c
Modified: php/php-src/trunk/main/SAPI.c
===
pajoye Tue, 15 Mar 2011 17:13:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309261
Log:
- make setlocale thread only, drastically reduce TS related crashes in error
mgt and other parts like pcre, and actually a good thing (tm)
Changed path