#
c93a4f19 |
| 19-Apr-2010 |
Stanislav Malyshev |
restore $this support for closures to its former glory |
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
d2281d1d |
| 05-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1 |
|
#
dcf91e62 |
| 11-Nov-2009 |
Felipe Pena |
- Fixed bug #50146 (property_exists: Closure object cannot have properties) |
Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
4881a9cf |
| 10-Aug-2009 |
Etienne Kneuss |
Fix endless recursion of var_dump() over self-referencing closures |
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
c6d89bd4 |
| 26-Jan-2009 |
Christian Seiler |
[DOC] Remove $this support in closures for PHP 5.3 beta 1 - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this |
#
312176f0 |
| 14-Jan-2009 |
Dmitry Stogov |
Reverted "Rebind closure when binding to property" |
#
8e741674 |
| 04-Jan-2009 |
Marcus Boerger |
- MFH - Set scope when copying a closure with a new this pointer. |
#
b5d15b29 |
| 03-Jan-2009 |
Marcus Boerger |
- MFH Prevent instantiation from Reflection |
#
b7bb8034 |
| 03-Jan-2009 |
Marcus Boerger |
- MFH Fix refcounting |
#
0e131653 |
| 03-Jan-2009 |
Marcus Boerger |
- MFH Rebind closure when binding to property |
#
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. |