#
d9a78a88 |
| 03-Jan-2009 |
Marcus Boerger |
- MFH Add reflection support helpers
|
#
8d62f3dd |
| 02-Jan-2009 |
Pierre Joye |
- fix build (declaration first please)
|
#
480fccce |
| 01-Jan-2009 |
Marcus Boerger |
- MFH Add var_dump support for closures
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
#
f48d22af |
| 22-Dec-2008 |
Etienne Kneuss |
MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes)
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5 |
|
#
7d4fd3fd |
| 27-Nov-2008 |
Dmitry Stogov |
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
|
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1 |
|
#
df9b7a1f |
| 17-Sep-2008 |
Dmitry Stogov |
Fixed possible crash because of overriden error handler
|
#
f90255c6 |
| 14-Aug-2008 |
Etienne Kneuss |
MFH: Handlerify get_closure
|
#
1b7e8624 |
| 11-Aug-2008 |
Marcus Boerger |
- WS (actually my falut)
|
#
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
|