summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Added garbage collectorDmitry Stogov2008-01-221-6/+11
* Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXC...Dmitry Stogov2008-01-211-3/+1
* - Fix the fixMarcus Boerger2008-01-151-1/+1
* - Fix memleak (found by colder)Marcus Boerger2008-01-141-0/+4
* Added missing warning messageDmitry Stogov2008-01-101-0/+7
* 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-3/+2
* Fixed bug #43344 (Wrong error message for undefined namespace constant)Dmitry Stogov2007-12-071-5/+31
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-8/+9
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-211-0/+1
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-12/+5
* - MFH from HEAD:Jani Taskinen2007-11-021-187/+220
* Reimplemented support for namespaces in indexes id constant arrays (removed z...Dmitry Stogov2007-11-021-21/+14
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-32/+32
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-031-5/+8
* Fixed bug #42819 (namespaces in indexes of constant arrays)Dmitry Stogov2007-10-021-1/+1
* Fixed bug #42798 (__autoload() not triggered for classes used in method signa...Dmitry Stogov2007-10-011-1/+2
* Added support for __callstatic() magic method (missing part). (Sara)Dmitry Stogov2007-09-291-2/+7
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-14/+35
* NamespacesDmitry Stogov2007-09-281-65/+103
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-2/+2
* Fixed bug #41633 (Crash instantiating classes with self-referencing constants)Dmitry Stogov2007-06-131-1/+9
* Fixed some class constant issues related to bug #41633Dmitry Stogov2007-06-131-0/+7
* MFHAntony Dovgal2007-05-211-1/+1
* MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults)Antony Dovgal2007-05-181-0/+8
* MFH: initialize retval_ptr_ptr before returning FAILUREAntony Dovgal2007-04-271-5/+2
* WIN64 supportDmitry Stogov2007-04-161-3/+3
* fix #40815 (using strings like "class::func" and static methods in set_except...Antony Dovgal2007-03-151-1/+1
* - Catch empty class name error earlierMarcus Boerger2007-03-031-1/+1
* Fixed bug #40236 (php -a function allocation eats memory)Dmitry Stogov2007-02-151-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Avoid strcpy() & strcat()Ilia Alshanetsky2006-12-281-5/+8
* MFHAntony Dovgal2006-12-211-0/+5
* Start timiout thread on Windows only if necessaryDmitry Stogov2006-11-101-1/+6
* - MFH: added missing return...Johannes Schlüter2006-10-181-1/+1
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to...Johannes Schlüter2006-10-181-3/+7
* MFHAntony Dovgal2006-10-111-0/+2
* Fixed wrong return valueDmitry Stogov2006-09-281-1/+1
* MFH: fix #38779 (engine crashes when require()'ing file with syntax error thr...Antony Dovgal2006-09-111-0/+7
* Fixed bug #36759 (Objects destructors are invoked in wrong order when script ...Dmitry Stogov2006-07-121-0/+14
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-1/+1
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-0/+7
* Fixed bug #37558 (timeout functionality doesn't work after a second PHP staru...Dmitry Stogov2006-05-251-0/+1
* - MFH as discussedMarcus Boerger2006-05-091-35/+28
* there is no %v in 5_1Antony Dovgal2006-04-201-1/+1
* FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all S...Dmitry Stogov2006-03-171-2/+2
* zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macrosDmitry Stogov2006-03-141-2/+2
* Optimized cleanup loops on request shutdownDmitry Stogov2006-03-131-17/+25
* Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()Dmitry Stogov2006-03-031-0/+5