#
a38ffd57 |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
|
#
b7ae5e0d |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
|
#
7536bf96 |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
|
#
5f99d789 |
| 02-Mar-2012 |
Xinchen Hui |
MFH: Fixed bug #60978 (exit code incorrect)
|
Revision tags: php-5.4.0, php-5.4.0RC8 |
|
#
27df8b6f |
| 08-Feb-2012 |
Xinchen Hui |
Revert -r319102 and -r322922 in 5.4 branch since they introduce #60978 Fixed #60978 in trunk without reverting previous fix #see http://news.php.net/php.internals/57789
|
#
ff63c09e |
| 08-Feb-2012 |
Xinchen Hui |
Revert -r319102 and -r322922 in 5.4 branch since they introduce #60978 Fixed #60978 in trunk without reverting previous fix #see http://news.php.net/php.internals/57789
|
Revision tags: php-5.3.10, php-5.4.0RC7 |
|
#
33863b2c |
| 29-Jan-2012 |
Derick Rethans |
- Reinstated correct return values after David's fix for #60218.
|
#
2c1285a5 |
| 29-Jan-2012 |
Derick Rethans |
- Reinstated correct return values after David's fix for #60218.
|
Revision tags: php-5.4.0RC6 |
|
#
b515bfbd |
| 17-Jan-2012 |
Dmitry Stogov |
Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants i
Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments.
show more ...
|
#
032d140f |
| 17-Jan-2012 |
Dmitry Stogov |
Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants i
Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments.
show more ...
|
Revision tags: php-5.3.9, php-5.4.0RC5 |
|
#
e4ca0ed0 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
#
8775a375 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
#
4e198252 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2 |
|
#
f7278c16 |
| 18-Nov-2011 |
Dmitry Stogov |
Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)
|
#
ce06b439 |
| 12-Nov-2011 |
David Soria Parra |
Fix #60218 (instantiating unknown class leads to memory leak in cli)
|
#
c4d5231a |
| 12-Nov-2011 |
David Soria Parra |
Fix #60218 (instantiating unknown class leads to memory leak in cli)
|
Revision tags: php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2 |
|
#
ea5a61e3 |
| 18-Oct-2011 |
Arnaud Le Blanc |
Improved ternary operator performance when returning arrays
|
#
07b7ba8b |
| 18-Oct-2011 |
Arnaud Le Blanc |
Improved ternary operator performance when returning arrays
|
Revision tags: php-5.4.0beta1 |
|
#
4a25a774 |
| 13-Sep-2011 |
Dmitry Stogov |
Fixed ZE specific compile warnings (Bug #55629)
|
#
e43ff135 |
| 13-Sep-2011 |
Dmitry Stogov |
Fixed ZE specific compile warnings (Bug #55629)
|
#
d566f0c8 |
| 08-Sep-2011 |
Pierre Joye |
- fix build when no zend signal support
|
#
f20e7057 |
| 08-Sep-2011 |
Pierre Joye |
- fix build when no zend signal support
|
#
ca2234d1 |
| 07-Sep-2011 |
Rasmus Lerdorf |
Make timeouts work again for shutdown functions. Fixes the faling lang/045 test
|
#
2af36bd0 |
| 07-Sep-2011 |
Rasmus Lerdorf |
Make timeouts work again for shutdown functions. Fixes the faling lang/045 test
|
Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5 |
|
#
80931fee |
| 07-Aug-2011 |
Rasmus Lerdorf |
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 here
|