summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Add NEWSNikita Popov2017-04-091-1/+1
* Resolve bug #74188 (undefined statics raising with ?? operator)Thomas Punt2017-04-091-9/+21
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #73792 (invalid foreach loop hangs script)Dmitry Stogov2016-12-201-0/+6
* Fix PHP-7.0 build (wrong fix for the branch)Bob Weinand2016-12-031-1/+2
* Fix leak when using $this outside of object contextBob Weinand2016-12-031-0/+1
* Eliminated useless exception checkDmitry Stogov2016-12-021-1/+2
* Fixed calling generators through magic __call()Dmitry Stogov2016-11-281-10/+20
* Fixed bug #73338 (Exception thrown from error handler may crash)Bob Weinand2016-10-181-21/+49
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-281-1/+4
|\
| * Check next_index_insert failure in ADD_ARRAY_ELEMENTNikita Popov2016-09-281-1/+4
| * Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer ...Xinchen Hui2016-08-211-5/+8
* | Revert "Make call_user_func() on reference args consistent"Nikita Popov2016-07-281-19/+24
* | Fixed typoXinchen Hui2016-07-201-0/+1
* | Fixed bug #72629 (Caught exception assignment to variables ignores references).Xinchen Hui2016-07-201-2/+6
* | Fix bad mergeNikita Popov2016-07-141-1/+1
* | Fix leaks in yield from error conditionsNikita Popov2016-07-141-0/+2
* | Fix leak for by-ref assign to overloaded objectNikita Popov2016-07-141-0/+1
* | Fixed memory leakDmitry Stogov2016-07-141-0/+4
* | Make call_user_func() on reference args consistentNikita Popov2016-06-281-24/+19
* | Forbid "yield from" in force closed generatorsNikita Popov2016-05-281-0/+6
* | Fix leaks in QM_ASSIGN, JMP_SET and COALESCENikita Popov2016-05-031-10/+18
* | Fixed bug #72101 (crash on complex code)Dmitry Stogov2016-04-251-1/+3
* | Fix RECV opcode to handle all kinds of exceptionsNikita Nefedov2016-04-201-2/+2
* | Fix SEND_USER as wellNikita Popov2016-04-181-8/+1
* | Fix SEND_ARRAY+PREFER_REF SHM corruptionNikita Popov2016-04-181-24/+2
* | combine conditionsXinchen Hui2016-04-181-1/+1
* | Fix SEND_UNPACK array separationNikita Popov2016-04-161-3/+3
* | Fixed bug #72038 (Function calls with values to a by-ref parameter don't alwa...Bob Weinand2016-04-161-15/+12
* | Fix ZEND_SEPARATE for by-val func returning ref zvalNikita Popov2016-04-121-0/+3
* | Drop unnecessary ZEND_SEPARATE codeNikita Popov2016-04-121-3/+1
* | Fixed bug #71914 (Reference is lost in "switch")Xinchen Hui2016-03-291-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-171-36/+48
|\ \ | |/
| * Fixed bug #71841 (EG(error_zval) is not handled well)Xinchen Hui2016-03-171-17/+34
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
| * Backport fix for bug #70083 to PHP-5.6Bob Weinand2015-07-151-3/+4
| * Fixed bug #70012 (Exception lost with nested finally block)Xinchen Hui2015-07-081-2/+5
| * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-06-011-1/+3
| |\
| | * Fixed bug #69732 (can induce segmentation fault with basic php code).Dmitry Stogov2015-06-011-1/+3
| * | Fix bug #69599Nikita Popov2015-05-121-2/+2
* | | More effecient fix for bug #71756Dmitry Stogov2016-03-101-0/+8
* | | Fix "Call to member function on unknown"Nikita Popov2016-02-241-1/+1
* | | Better fix for bug #71622 (Strings used in pass-as-reference cannot be used t...Dmitry Stogov2016-02-181-11/+15
* | | Fixed bug #71622 (Strings used in pass-as-reference cannot be used to invoke ...Bob Weinand2016-02-181-0/+3
* | | Fix yield-by-ref of constantNikita Popov2016-02-111-1/+1
* | | Fix dangling send target when using yield fromNikita Popov2016-02-111-0/+3
* | | Fixed bug #71485 (Return typehint on interanal func causes Fatal error when i...Xinchen Hui2016-01-291-4/+4
* | | Fixed bug #71474 (Crash because of VM stack corruption on Magento2).Dmitry Stogov2016-01-281-6/+6
* | | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | | Fixed possible crash on Zend/tests/bug71154.phptDmitry Stogov2015-12-211-1/+1