summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #63173: Crash when invoking invalid array callbackNikita Popov2012-09-271-0/+16
* Fixed bug #62653: (unset($array[$float]) causes a crash)Xinchen Hui2012-07-261-12/+24
* fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-131-5/+5
* MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload access...Xinchen Hui2012-03-021-17/+299
* Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methodsDmitry Stogov2012-01-301-10/+46
* WS, merged from trunk cause this issue, sorryXinchen Hui2012-01-261-80/+80
* Fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-261-88/+92
* - Year++Felipe Pena2012-01-011-1/+1
* Fix warning on non-numeric offsetsStanislav Malyshev2011-12-221-12/+12
* implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-191-48/+132
* Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-081-26/+26
* Fix bug #60169 Conjunction of ternary and list crashes PHPXinchen Hui2011-11-031-16/+16
* Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-181-5/+310
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-5/+5
* Fixed bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w...Dmitry Stogov2011-08-011-0/+24
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-111-16/+40
* - Year++Felipe Pena2011-07-101-1/+1
* Fixed bug #55135 (Array keys are no longer type casted in unset())Dmitry Stogov2011-07-061-12/+72
* - Added indirect method call through array variable (FR Bug #47160)Felipe Pena2011-06-061-0/+244
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-176/+208
* MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic oper...Dmitry Stogov2011-05-311-288/+224
* Fixed direct threaded executor (php zend_vm_gen.php --with-vm-kind=GOTO)Dmitry Stogov2011-05-051-3/+5
* Fixed bug #54585 (track_errors causes segfault)Dmitry Stogov2011-04-251-36/+36
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-6/+34
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-161-8/+8
* fix UMR when variable name is an object and __toString is usedStanislav Malyshev2011-03-161-1/+25
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch...Dmitry Stogov2010-12-091-1/+1
* Removed support for break/continue $var syntaxDmitry Stogov2010-11-241-113/+33
* reduced size of temp_variariableDmitry Stogov2010-10-221-5/+5
* Simplified foreach() handling, we don't have to inctrement/decrement refcount...Dmitry Stogov2010-10-221-90/+7
* Fixed crash on attempt to insert reference to string offset into an arrayDmitry Stogov2010-10-221-0/+60
* Removed redundant checkDmitry Stogov2010-10-221-3/+1
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-051-220/+176
* RegeneratedDmitry Stogov2010-09-151-4/+4
* Fixed bug #52614 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-08-251-0/+46
* improved performance of @ (silence) operatorDmitry Stogov2010-08-181-3/+35
* Optimization of ASSIGN instructionDmitry Stogov2010-08-111-18/+54
* Optimization (IS_TMP_VARs don't need reference counting)Dmitry Stogov2010-08-101-3/+3
* Prevent generation of long stringsDmitry Stogov2010-08-101-3/+277
* Additional specializationDmitry Stogov2010-07-271-28/+80
* Removed deprecated checkDmitry Stogov2010-07-261-2/+2
* Use proper fetch typesDmitry Stogov2010-07-191-17/+17
* Removed invalid checksDmitry Stogov2010-07-191-12/+4
* ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED f...Dmitry Stogov2010-07-161-622/+372
* Simplified string offset readingDmitry Stogov2010-07-161-1491/+1108
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-051-0/+14
* Removed redundant codeDmitry Stogov2010-06-221-66/+10
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-0/+24
* - Let's generate this #ifdef only on zend_vm_execute.hFelipe Pena2010-06-071-1/+0