[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_execute_API.c trunk/Zend/zend_execute_API.c

2012-01-29 Thread Derick Rethans
derick Sun, 29 Jan 2012 15:25:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322922 Log: - Reinstated correct return values after David's fix for #60218. Bug: https://bugs.php.net/60218 (Closed) instantiating unknown class leads to memory

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_execute_API.c trunk/Zend/zend_execute_API.c

2011-11-12 Thread David Soria Parra
dsp Sat, 12 Nov 2011 17:05:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319102 Log: Fix #60218 (instantiating unknown class leads to memory leak in cli) Bug: https://bugs.php.net/60218 (error getting bug information) Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_execute_API.c trunk/Zend/zend_execute_API.c

2011-09-08 Thread Pierre Joye
pajoye Thu, 08 Sep 2011 09:17:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316405 Log: - fix build when no zend signal support Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_execute_API.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_execute_API.c trunk/Zend/zend_execute_API.c

2011-09-07 Thread Rasmus Lerdorf
rasmus Wed, 07 Sep 2011 18:48:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316382 Log: Make timeouts work again for shutdown functions. Fixes the faling lang/045 test Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_execute_API.c trunk/Zend/zend_execute_API.c

2011-08-06 Thread Rasmus Lerdorf
rasmus Sun, 07 Aug 2011 00:50:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=314391 Log: Since we have fci_cache = fci_cache_local inside that block and fci_cache is then later used outside the block, fci_cache_local can't be block-scoped