summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-021-0/+13
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-0/+1
* - Fixed bug #54358 (Closure, use and reference)Dmitry Stogov2011-04-081-0/+1
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and by refer...Dmitry Stogov2011-02-141-6/+13
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed bug #50146 (property_exists: Closure object cannot have properties)Felipe Pena2009-11-111-1/+3
* Fix endless recursion of var_dump() over self-referencing closuresEtienne Kneuss2009-08-101-34/+45
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-43/+5
* Reverted "Rebind closure when binding to property"Dmitry Stogov2009-01-141-20/+0
* - MFH - Set scope when copying a closure with a new this pointer.Marcus Boerger2009-01-041-0/+3
* - MFH Prevent instantiation from ReflectionMarcus Boerger2009-01-031-1/+14
* - MFH Fix refcountingMarcus Boerger2009-01-031-0/+6
* - MFH Rebind closure when binding to propertyMarcus Boerger2009-01-031-1/+12
* - MFH Add reflection support helpersMarcus Boerger2009-01-031-0/+14
* - fix build (declaration first please)Pierre Joye2009-01-021-1/+3
* - MFH Add var_dump support for closuresMarcus Boerger2009-01-011-0/+56
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix #46646 (Implement zend functions to restrict serialization or intern...Etienne Kneuss2008-12-221-16/+3
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-7/+1
* Fixed possible crash because of overriden error handlerDmitry Stogov2008-09-171-1/+2
* MFH: Handlerify get_closureEtienne Kneuss2008-08-141-51/+33
* - WS (actually my falut)Marcus Boerger2008-08-111-1/+0
* - Made closures implementation reflection friendly (Christian)Dmitry Stogov2008-08-111-18/+25
* Disable closures serialization/unserializationDmitry Stogov2008-08-071-0/+16
* Removed Closure::__toString()Dmitry Stogov2008-07-311-21/+0
* Fixed bug #45608 (closures don't work in static methods)Dmitry Stogov2008-07-261-0/+1
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-33/+21
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-3/+2
* wsJani Taskinen2008-07-221-9/+10
* Closure object cannot have propertiesDmitry Stogov2008-07-221-0/+41
* Fixed is_callable() to support closures and return appropriate function nameDmitry Stogov2008-07-141-1/+7
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+329