summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-081-2/+2
* Fix bug #60169 Conjunction of ternary and list crashes PHPXinchen Hui2011-11-031-4/+4
* Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-181-2/+67
* 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/+2
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-111-4/+10
* Fixed bug #55135 (Array keys are no longer type casted in unset())Dmitry Stogov2011-07-061-1/+6
* - Added indirect method call through array variable (FR Bug #47160)Felipe Pena2011-06-061-0/+61
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-44/+52
* MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic oper...Dmitry Stogov2011-05-311-25/+21
* 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-3/+3
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-2/+12
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-161-4/+4
* fix UMR when variable name is an object and __toString is usedStanislav Malyshev2011-03-161-20/+22
* - 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-7/+5
* reduced size of temp_variariableDmitry Stogov2010-10-221-2/+2
* Simplified foreach() handling, we don't have to inctrement/decrement refcount...Dmitry Stogov2010-10-221-30/+7
* Fixed crash on attempt to insert reference to string offset into an arrayDmitry Stogov2010-10-221-0/+3
* Removed redundant checkDmitry Stogov2010-10-221-3/+1
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-051-15/+12
* - Improved memory usageDmitry Stogov2010-09-151-3/+3
* Fixed bug #52614 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-08-251-0/+21
* improved performance of @ (silence) operatorDmitry Stogov2010-08-181-3/+35
* Optimization of ASSIGN instructionDmitry Stogov2010-08-111-2/+6
* Optimization (IS_TMP_VARs don't need reference counting)Dmitry Stogov2010-08-101-1/+1
* Additional specializationDmitry Stogov2010-07-271-3/+8
* Removed deprecated checkDmitry Stogov2010-07-261-1/+1
* Use proper fetch typesDmitry Stogov2010-07-191-4/+4
* Removed invalid checksDmitry Stogov2010-07-191-6/+2
* ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED f...Dmitry Stogov2010-07-161-57/+37
* Simplified string offset readingDmitry Stogov2010-07-161-123/+93
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-051-0/+7
* Removed redundant codeDmitry Stogov2010-06-221-1/+1
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-0/+6
* Fixed exception handling in GOTO VMDmitry Stogov2010-05-241-2/+9
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-41/+151
* - Added check for constant creation on TraitsFelipe Pena2010-05-071-2/+2
* Added compiler hintsDmitry Stogov2010-05-061-14/+6
* Optimized access to static properties using executor specialization. A consta...Dmitry Stogov2010-05-061-15/+36
* - Fix trait flag identificationFelipe Pena2010-05-041-1/+1
* - Added check for abstract classFelipe Pena2010-05-041-1/+3
* wsDmitry Stogov2010-04-271-3/+3
* - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to use...Dmitry Stogov2010-04-271-10/+18
* Add DTrace probesDavid Soria Parra2010-04-241-0/+7
* Use fast class fetch functionDmitry Stogov2010-04-231-1/+2
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+28
* Optimized access to global constants using values with pre-calculated hash_va...Dmitry Stogov2010-04-221-1/+1