summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.c
Commit message (Expand)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fixed bug #70685Nikita Popov2015-10-101-13/+14
* Improve previous fixNikita Popov2015-10-091-1/+1
* Fixed bug #70681Nikita Popov2015-10-091-0/+6
* Preserve VARIADIC flag for Closure::__invoke()Nikita Popov2015-05-291-1/+3
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-0/+1
|\
| * Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+1
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-081-3/+1
|\ \ | |/
| * Fix bug 666222Levi Morrison2014-06-081-3/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Make use of direct returns in some placesNikita Popov2013-08-311-8/+2
|/
* Fixed bug #61025 (__invoke() visibility not honored)Xinchen Hui2013-03-081-1/+0
* fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-8/+8
* Happy New YearXinchen Hui2013-01-011-1/+1
* folderXinchen Hui2012-09-021-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/+12
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* Commit Gustavo's closure rebinding patch as desided by voteStanislav Malyshev2011-09-071-25/+64
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Improved memory usageDmitry Stogov2010-09-151-1/+1
* - Fixed bug #52539 (Calling function from rebound Closure causes crash)Felipe Pena2010-08-081-0/+1
* Fixed issue with statics in traits.Stefan Marr2010-06-081-37/+0
* fix ZTS buildAntony Dovgal2010-04-201-1/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-9/+9
* restore $this support for closures to its former gloryStanislav Malyshev2010-04-191-7/+116
* 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