summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix buildFelipe Pena2008-08-131-3/+3
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-33/+35
* - MFH Fix memleak with new error handling stack'ingMarcus Boerger2008-08-111-8/+18
* - MFH error handling, now with save, replace, restoreMarcus Boerger2008-08-081-0/+31
* Fixed bug #45744 (Case sensitive callback behaviour)Dmitry Stogov2008-08-071-2/+3
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+1
* - MFH: Removed unnecessary TSRMLS_FETCH()Felipe Pena2008-08-021-1/+0
* Added checks for destroied objectsDmitry Stogov2008-07-261-0/+14
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-49/+113
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-2/+2
* LSB parent/self forwardingDmitry Stogov2008-07-241-124/+132
* Fixed is_callable() to support closures and return appropriate function nameDmitry Stogov2008-07-141-2/+6
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+11
* - Fixed bug #45186 (__call depends on __callstatic in class scope)Felipe Pena2008-06-051-7/+20
* MFH: Add array_init_size() and use it where array size is known at initializa...Matt Wilmas2008-05-271-2/+2
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-121-0/+14
* - MFH: Fixed detection of invalid class nameFelipe Pena2008-05-081-1/+1
* Support for old-style constructors in namespacesDmitry Stogov2008-05-051-1/+7
* Optimized detection of "__call" and "__callstatic" methods.Dmitry Stogov2008-03-251-17/+17
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-28/+0
* fix segfault when trying to clone uncloneable object because of zend.ze1_comp...Antony Dovgal2008-03-061-0/+6
* MFH: Fugbix typo.Sebastian Bergmann2008-02-191-1/+1
* - MFH Windows build fixMarcus Boerger2008-02-091-1/+2
* - MFH SimplifyMarcus Boerger2008-02-071-3/+1
* - MFH Fix missing check and testsMarcus Boerger2008-02-061-1/+3
* - MFH Fix cross class tree reference issues with callbacks (colder,helly)Marcus Boerger2008-02-051-2/+5
* MFH: fix leak appearing when calling non-static protected or private methods ...Antony Dovgal2008-02-021-2/+16
* - MFH Add comment that explains why we need E_ERROR in those casesMarcus Boerger2008-02-021-0/+1
* - Fix remaining issue (should be last one)Marcus Boerger2008-02-021-0/+1
* - Drop useless TODO, this would need to be fixed in a generic wayMarcus Boerger2008-02-021-1/+0
* - Fix flag handling in message generationMarcus Boerger2008-02-021-4/+13
* What's the [0] for here? Looks wrong and causes stuff to segvRasmus Lerdorf2008-02-021-1/+1
* Small tweak. Need to make array and string callback syntax behave theRasmus Lerdorf2008-02-011-3/+3
* [DOC]Marcus Boerger2008-02-011-40/+99
* Fixed GC bugDmitry Stogov2008-01-241-11/+11
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-8/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes)Dmitry Stogov2007-12-251-6/+5
* Fixed bug #43644 (is_callable(':') crashes)Ilia Alshanetsky2007-12-211-0/+4
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-4/+3
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-3/+3
* - Fix confusing logic (sync with HEAD)Jani Taskinen2007-11-051-3/+9
* - MFH from HEAD:Jani Taskinen2007-11-021-336/+481
* backport zero args checks from HEADAntony Dovgal2007-10-301-0/+25
* Backport +/* vararg specifiers from PHP6Sara Golemon2007-10-291-1/+66
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-37/+37
* Nuke unused varsIlia Alshanetsky2007-09-301-2/+1
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-291-2/+29
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-2/+5
* NamespacesDmitry Stogov2007-09-281-19/+40