summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Reverted last Ilia's patch (for #38579).Dmitry Stogov2006-09-061-24/+12
* MFB: Fixed bug #38579 require_once/include_once optimization causes filesIlia Alshanetsky2006-09-051-12/+24
* Removed unreachable handlersDmitry Stogov2006-09-041-172/+5
* %s -> %vAntony Dovgal2006-08-081-5/+5
* - SpelingMarcus Boerger2006-08-081-6/+11
* - Fixed Bug #38064 ignored constructor visibilityMarcus Boerger2006-08-071-0/+15
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-071-51/+132
* make it consistentAntony Dovgal2006-08-031-1/+1
* improve error messageAntony Dovgal2006-08-031-1/+1
* Fixed bug #38234 (Exception in __clone makes memory leak)Dmitry Stogov2006-07-271-10/+30
* Fixed mess with semantic of zend_normalize_identifier()'s return value (SUCCE...Dmitry Stogov2006-07-271-44/+44
* Fixed bug #38211 (variable name and cookie name match breaks script execution)Dmitry Stogov2006-07-261-0/+64
* - Fix for #34505 and repated (improved version of what is in 5.2, 5.1)Marcus Boerger2006-07-241-6/+6
* MTH: Fixed bug #37144 (PHP craches trying to assign into property of dead obj...Dmitry Stogov2006-07-211-0/+344
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-211-54/+54
* get rid of more "might be uninitialized" warningsAntony Dovgal2006-07-121-3/+3
* make sure return_value_used is always initializedAntony Dovgal2006-07-121-12/+4
* Commit Sara's patch for supporting filesystem enccoding inAndrei Zmievski2006-07-121-4/+60
* Fixed memory leak in case of exception in iterator callbacks in 'foreach(new ...Dmitry Stogov2006-07-111-0/+40
* Silence FETCH_OBJ_IS / undefined noticesSara Golemon2006-07-061-12/+36
* Added hook for compile_string()Stefan Esser2006-06-131-4/+4
* Proper fix for bug #37707 ("clone $x" must call __clone() enven if result val...Dmitry Stogov2006-06-081-5/+20
* Wrap "wrong" unreachable code with "#if 0"Dmitry Stogov2006-06-081-80/+305
* MFB: Fixed bug #37707 clone without assigning leaks memoryIlia Alshanetsky2006-06-071-25/+15
* - Regenerated after zend_vm_def.h changeMarcus Boerger2006-06-071-2/+0
* - Fix printf modifierJohannes Schlüter2006-05-281-5/+5
* - Fix warningMarcus Boerger2006-05-201-0/+10
* Optimized require_once/include_once (eliminated fopen() on second usage)Dmitry Stogov2006-05-151-24/+75
* - Drop a few superflous if conditions (now the generated file)Marcus Boerger2006-05-111-139/+124
* Fixed bug #37251 (deadlock when custom error handler is to catch array type h...Dmitry Stogov2006-05-051-5/+6
* Fixed bug #37046 (foreach breaks static scope)Dmitry Stogov2006-04-121-6/+58
* - Iterators from overloaded objects are allowed to not have keys...Marcus Boerger2006-04-101-1/+4
* typoDmitry Stogov2006-03-161-12/+4
* Return "new" by reference now throws an E_STRICT errorDmitry Stogov2006-03-161-4/+16
* Dropped zend.ze1_compatibility_modeDmitry Stogov2006-03-161-76/+4
* Added E_STRICT warning in case of calling non-static method from incompatible...Dmitry Stogov2006-03-151-0/+45
* Fixed "zend_vm_gen.php --without-specializer"Dmitry Stogov2006-03-151-5/+5
* Fixed compilation error (Rob)Dmitry Stogov2006-03-101-1/+2
* Implemented "jump label" operator (limited "goto")Dmitry Stogov2006-03-101-5/+26
* RegeneratedDmitry Stogov2006-03-031-1/+1
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-11/+11
* - Deprecation severity shall be E_STRICT (as commented by ilia)Marcus Boerger2006-02-251-1/+1
* Portable unicode string API:Dmitry Stogov2006-02-211-296/+284
* WSDmitry Stogov2006-02-211-292/+292
* - Add deprecation flag and messageMarcus Boerger2006-02-201-4/+12
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-791/+787
* - Fix integrated iterator indexMarcus Boerger2006-02-181-3/+7
* Fixed bug #36303 (foreach on error_zval produces segfault)Dmitry Stogov2006-02-061-4/+12
* - Disallow foreach($v as &$ref) when $v is an object that implementsMarcus Boerger2006-02-051-16/+16
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-94/+4