#
a4a3ed44 |
| 11-Aug-2008 |
Dmitry Stogov |
- Made closures implementation reflection friendly (Christian) - Changed E_ERROR(s) into E_RECOVERABLE_ERROR(s) (Marcus)
|
#
ba15f680 |
| 07-Aug-2008 |
Dmitry Stogov |
Disable closures serialization/unserialization
|
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
f02f9b05 |
| 31-Jul-2008 |
Dmitry Stogov |
Removed Closure::__toString()
|
#
8b142365 |
| 26-Jul-2008 |
Dmitry Stogov |
Fixed bug #45608 (closures don't work in static methods)
|
#
af05ce0a |
| 26-Jul-2008 |
Dmitry Stogov |
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
|
#
0fbe6a0c |
| 24-Jul-2008 |
Felipe Pena |
- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
|
#
d10d4e48 |
| 22-Jul-2008 |
Jani Taskinen |
ws
|
Revision tags: php-4.4.9RC1 |
|
#
4d8bdd9d |
| 22-Jul-2008 |
Dmitry Stogov |
Closure object cannot have properties
|
#
0fa7fedf |
| 14-Jul-2008 |
Dmitry Stogov |
Fixed is_callable() to support closures and return appropriate function name
|
#
d5ef2f46 |
| 14-Jul-2008 |
Dmitry Stogov |
Added support for lambda functions and closures
|