summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #35239 (Objects can lose references)Dmitry Stogov2005-11-161-5/+0
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-311-3/+5
* - Fixed error message grammarfoobar2005-09-151-21/+21
* - MFH: Improve error messageMarcus Boerger2005-09-141-14/+18
* MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicodeSara Golemon2005-09-121-0/+1
* Fixed bug #34137 (assigning array element by reference causes binary mess)Dmitry Stogov2005-09-011-6/+6
* Fixed bug #33996 (No information given for fatal error on passing invalid val...Dmitry Stogov2005-08-051-7/+36
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-191-0/+4
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-041-0/+1
* fix conditions for freeingStanislav Malyshev2005-06-291-3/+3
* fix leak: when dup was <success>ful zend_std_object_get_class_name() returns ...Antony Dovgal2005-06-281-1/+1
* fix previous patchStanislav Malyshev2005-06-281-3/+3
* fixes for non-php objectsStanislav Malyshev2005-06-281-8/+33
* Fixed bug #27268 (Bad references accentuated by clone).Dmitry Stogov2005-06-231-0/+3
* - Fix TSRM buildMarcus Boerger2005-06-161-2/+2
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+2
* rename to zend_Stanislav Malyshev2005-06-161-2/+2
* Compilation warningsDmitry Stogov2005-06-161-2/+0
* export zval gettersStanislav Malyshev2005-06-161-6/+8
* Specializer optimizationDmitry Stogov2005-06-131-195/+77
* Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol '...Dmitry Stogov2005-06-131-9/+0
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-0/+15
* fixed memory leak in bug #28972 ([] operator overflow treatment is incorrect)...Dmitry Stogov2005-06-071-1/+1
* Fixed memory allocation bugs related to magic object handlers (__get(), __set(),Dmitry Stogov2005-06-031-50/+34
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-1/+17
* Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but not d...Dmitry Stogov2005-05-041-1/+1
* Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibi...Dmitry Stogov2005-04-291-11/+15
* Fix certain operations to stop relying on presence of read_property andAndrei Zmievski2005-04-151-1/+1
* Consolidate: call _get_zval_ptr_var() for IS_VAR case inAndrei Zmievski2005-03-231-66/+36
* - Two new API calls for Derick (retreive CV name and value) by DmitryAndi Gutmans2005-01-221-0/+5
* Fixed bug #28444 (Cannot access undefined property for object with overloaded...Dmitry Stogov2005-01-181-3/+12
* Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] ag...Dmitry Stogov2005-01-141-22/+1
* Additional fix for fix of bug #29883Dmitry Stogov2005-01-131-1/+1
* Fixed bug #31098 (isset false positive)Dmitry Stogov2005-01-121-1/+22
* "Undefined variable: %s" noticies were fixed to use one spaceDmitry Stogov2004-12-271-8/+8
* "Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0Dmitry Stogov2004-12-241-4/+4
* - Checks for Darwin'ish systems that uses Mach-O, which apparently doesn'tMoriyoshi Koizumi2004-11-031-1/+1
* - Commit new VMAndi Gutmans2004-10-221-262/+47
* - Fix crash (MFB PHP5_0)Andi Gutmans2004-10-221-1/+1
* Fixed unset() bug that was introduced with CV optimization patchDmitry Stogov2004-10-051-0/+4
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-15/+159
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-3770/+459
* Reverted the NetWare Specific Stack limit related patches as asked by AndiAnantha Kesari H Y2004-09-231-5/+0
* Stack limit will be checked while executing the scriptAnantha Kesari H Y2004-09-221-1/+5
* Fixed bug #29566 (foreach/string handling strangeness (crash)).Dmitry Stogov2004-09-221-1/+1
* Fixed bug in fix for bug #29707Dmitry Stogov2004-09-221-1/+0
* - Fix for bug #29707Andi Gutmans2004-09-211-24/+17
* Antony Dovgal's error message improvement - #27290Stanislav Malyshev2004-09-131-1/+11
* - Roll back VM commitAndi Gutmans2004-09-091-356/+3805