summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-11-231-8/+17
|\
| * Fix bug #68446 (bug with constant defaults and type hints)Bob Weinand2014-11-231-19/+31
| * Disable restrictions regarding arrays in constants at run-time.Bob Weinand2014-07-301-9/+0
| * Removed second zval_copy_ctor()Dmitry Stogov2014-07-241-1/+0
| * Fixed support for constant arrays in context of "const" statement (Zend/tests...Dmitry Stogov2014-07-231-0/+10
* | Fixed typoDmitry Stogov2014-11-201-16/+16
* | SEND_VAR_NO_REF optimizationDmitry Stogov2014-11-181-24/+14
* | Get rid of zend_free_op structure (use zval* instead).Dmitry Stogov2014-11-181-1848/+1848
* | Micro optimizationDmitry Stogov2014-11-131-10/+8
* | A better fix(do the convertion in compile time)Xinchen Hui2014-11-101-40/+0
* | Fixed segfault in bug62500.phptXinchen Hui2014-11-101-80/+80
* | Improved object property access.Dmitry Stogov2014-11-061-216/+1136
* | Respect flags when fetching class by nameAndrea Faulds2014-11-041-5/+5
* | Save memory allocatingXinchen Hui2014-10-301-9/+15
* | Fixed memory leak in ZEND_JMPZ_EX (op1 and result may share same slot)Xinchen Hui2014-10-301-7/+11
* | Fixed "instanceof" with undefined classesDmitry Stogov2014-10-231-5/+5
* | Embed FETCH_CLASS <string> into the following NEWDmitry Stogov2014-10-231-76/+157
* | Get rid of ZEND_FETCH_MAKE_REFDmitry Stogov2014-10-221-261/+218
* | Embed FETCH_CLASS <string> into the following INSTANCEOFDmitry Stogov2014-10-221-88/+259
* | Don't use opline->extended_value for FETCH_CLASS flags where it's unnecessaryDmitry Stogov2014-10-221-5/+5
* | ZEND_RECV didn't really use opline->extended_value for FETCH_CLASS flagsDmitry Stogov2014-10-221-4/+4
* | Optimized ASSIGN_DIM and related opcodesDmitry Stogov2014-10-211-164/+322
* | micro optimizationDmitry Stogov2014-10-211-40/+20
* | Avoid "goto"Dmitry Stogov2014-10-211-288/+210
* | Moved proxy object support in ASSIGN_ADD (and family) from VM to slow paths o...Dmitry Stogov2014-10-211-360/+30
* | SimplificationDmitry Stogov2014-10-211-537/+381
* | Micro optimizations for isset/emptyDmitry Stogov2014-10-171-482/+380
* | Fixed bug #68215 (Behavior of foreach has changed)Dmitry Stogov2014-10-151-4/+16
* | More fixes for array/object casts with temporary variablesNikita Popov2014-10-131-45/+18
* | Fix array/object cast of refcounted tmp varNikita Popov2014-10-131-1/+0
* | Deref right value for compound assign opsNikita Popov2014-10-131-36/+36
* | Fix incdec of referenced propertiesNikita Popov2014-10-121-60/+60
* | Improved specialisation $this variable accessed through IS_UNUSED operand mus...Dmitry Stogov2014-10-101-1018/+1036
* | Help to CPU branch predictorDmitry Stogov2014-10-091-32/+32
* | Remove Z_OBJ_CLASS_NAME_PNikita Popov2014-10-091-20/+20
* | Remove zend_get_class_entry functionNikita Popov2014-10-091-37/+37
* | Remove support for classes without class entriesNikita Popov2014-10-091-87/+41
* | Fix bug #68191: Broken reference across objectsNikita Popov2014-10-091-15/+30
* | Micro optimizationDmitry Stogov2014-10-071-1/+1
* | Improved return by reference handlingDmitry Stogov2014-10-071-10/+22
* | Remove useless parts of EX(old_error_reporting)Dmitry Stogov2014-10-071-9/+8
* | Merged EX(frame_kind) and EX(flags) into single wordDmitry Stogov2014-10-071-107/+112
* | Fix bug #68162: isset($$varname) always trueNikita Popov2014-10-061-36/+36
* | Fix isset/unset on by-ref names as wellNikita Popov2014-10-061-48/+24
* | Merge branch 'pr/647'Tjerk Meesters2014-10-061-16/+596
|\ \
| * | zend_uint -> uint32_tTimm Friebe2014-09-251-36/+20
| * | Merge branch 'master' into catchable-fatals/methods-on-non-objectsTimm Friebe2014-09-251-2734/+4825
| |\ \
| * | | Fix nesting for *non*-compile-time-resolveable functionsTimm Friebe2014-08-161-0/+16
| * | | Make list of opcodes used for nesting calculation consistentTimm Friebe2014-08-161-64/+0
| * | | MFHTimm Friebe2014-08-161-16873/+16953
| |\ \ \