summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Some architectural changes:Andi Gutmans2004-09-081-3805/+356
* fix crash #29893Stanislav Malyshev2004-08-301-0/+3
* String offset starts with 0, fix isset($str[$len])Marcus Boerger2004-08-291-2/+2
* - CleanupAndi Gutmans2004-08-191-1/+1
* - Stop using garbage. Please let me know if you find any bugs resultingAndi Gutmans2004-08-191-370/+745
* - Don't use magic numbersAndi Gutmans2004-08-121-4/+3
* - Significantly improve performance of foreach($arr as $data). (Marcus)Andi Gutmans2004-08-121-30/+53
* More meaningfull error messageMarcus Boerger2004-08-111-1/+1
* - Fix warningsMarcus Boerger2004-08-101-1/+1
* A gentler (performance wise) allocation of buffer for temp variables.Ilia Alshanetsky2004-08-021-2/+11
* - More ptr_stack optimizations and cleanupsAndi Gutmans2004-07-301-2/+2
* - Improve performance by inlining zend_ptr_stack_n_push(). var_args canAndi Gutmans2004-07-301-5/+5
* Revert goto opcodeSara Golemon2004-07-291-27/+0
* &tmp and label are the same thing, don't free it till we're done with it.Sara Golemon2004-07-291-1/+1
* Plug some memory leaks and promote unknown label to E_ERROR.Sara Golemon2004-07-291-1/+3
* Add goto operator by popular request.Sara Golemon2004-07-291-0/+25
* - Fix bug #29368 : The destructor is called when an exception is thrown from ...Marcus Boerger2004-07-251-0/+3
* Fix 0 Byte leak after alloca to emalloc changeMarcus Boerger2004-07-231-2/+2
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* Bugfix #28464 catch() does not catch exceptions by interfacesMarcus Boerger2004-07-161-11/+6
* Fixed bug #29086 & #28064 (PHP crashes on extremly long scripts).Ilia Alshanetsky2004-07-121-2/+2
* Ease off on severity of new error (Using Resources as array offsets)Sara Golemon2004-06-241-1/+1
* BugFix #28879 Inconsistent behavior between explicit and implicit array crea...Sara Golemon2004-06-231-1/+4
* Another typo in converting array index doubles to long.Sara Golemon2004-06-181-1/+1
* fix incdec - make value's refcount non-zero when passing toStanislav Malyshev2004-06-021-4/+2
* Prevent possible problems with illegal propertiesMarcus Boerger2004-05-281-1/+1
* - Fix problem with exceptions returning from include(). (Dmitry)Andi Gutmans2004-05-271-0/+3
* Bugfix#28404 When type is double we need to access dval, not lvalSara Golemon2004-05-181-1/+1
* Fix bug #27876Stanislav Malyshev2004-04-291-1/+1
* Handle failure in get_current_dataMarcus Boerger2004-04-151-0/+5
* Fixed reversed condition for error reporting.Ilia Alshanetsky2004-04-011-1/+1
* Fixed BUG in zend_post_incdec_propertyDmitry Stogov2004-03-311-2/+2
* -clonning+cloningSebastian Bergmann2004-03-291-4/+4
* Implicit clonning strict warning was added for ze1_compatibility_modeDmitry Stogov2004-03-291-0/+4
* Fixed bug #27731 (error_reporting() inside @ block fails to setIlia Alshanetsky2004-03-291-5/+7
* - call set handler if assigning to object having this handlerStanislav Malyshev2004-03-281-8/+15
* - Fix build (thanks to Timm)Andi Gutmans2004-03-261-4/+4