summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #71601 (finally block not executed after yield from)Bob Weinand2016-02-152-16/+58
* Format string fixesNikita Popov2016-02-141-1/+1
* Forbid yield from in by-reference generatorsNikita Popov2016-02-122-0/+17
* Fix yield-by-ref of constantNikita Popov2016-02-112-26/+26
* Fix dangling send target when using yield fromNikita Popov2016-02-114-6/+37
* Crude generator GC for value/key/retvalNikita Popov2016-02-102-0/+25
* Fixed bug (Low probability segfault in zend_arena)Xinchen Hui2016-02-091-1/+2
* Fix bug #71529Nikita Popov2016-02-062-2/+28
* Fixed bug #71485 (Return typehint on interanal func causes Fatal error when i...Xinchen Hui2016-01-292-8/+8
* Fixed bug #71474 (Crash because of VM stack corruption on Magento2).Dmitry Stogov2016-01-285-60/+89
* Fixed bug #71443 (Segfault using built-in webserver with intl using symfony)Xinchen Hui2016-01-261-4/+4
* Fixed bug #71441 (Typehinted Generator with return in try/finally crashes)Bob Weinand2016-01-242-2/+35
* Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())Xinchen Hui2016-01-132-2/+54
* Fixed bug #71248 (Wrong interface is enforced)Dmitry Stogov2016-01-132-1/+42
* Trigger op_array_handler() if HAVE_OP_ARRAY_HANDLER is setJulien Pauli2016-01-121-1/+1
* Fixed bug #71300 (Segfault in zend_fetch_string_offset)Xinchen Hui2016-01-072-3/+35
* Fix accidental zval_dtor() usageBob Weinand2016-01-071-1/+1
* Fixed bug #71297 (Memory leak with yield from)Bob Weinand2016-01-072-1/+27
* Fixed bug #71275 (Bad method called on cloning an object having a trait)Bob Weinand2016-01-052-11/+38
* Duplicated iXinchen Hui2016-01-031-2/+1
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-02108-110/+110
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
* | MFH: Fix lineno for finally FAST_CALL and JMPDerick Rethans2015-12-311-0/+2
* | Fixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_st...Xinchen Hui2015-12-252-0/+14
* | Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-2477-110/+110
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-241-0/+2
|\ \ | |/
| * Fixed testJulien Pauli2015-12-241-0/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-241-0/+17
|\ \ | |/
| * Fixed and improved testsJulien Pauli2015-12-241-1/+4
| * test to function memory_get_peak_usage();marcosptf2015-12-241-0/+14
* | Superfluous semicolonXinchen Hui2015-12-241-0/+1
* | Added test for (long-ago fixed) bug #70083Bob Weinand2015-12-221-0/+26
* | Fixed possible crash on Zend/tests/bug71154.phptDmitry Stogov2015-12-214-2/+27
* | Revert "Partially fix bug #71129"Anatol Belski2015-12-211-6/+2
* | Partially fix bug #71129Anatol Belski2015-12-201-2/+6
* | Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7)Xinchen Hui2015-12-181-1/+0
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-12-188-33/+93
|\ \
| * | Fix bug #70804Andrea Faulds2015-12-192-26/+23
| * | Fix bug #52355Andrea Faulds2015-12-172-10/+46
| * | Fixed iter leak on by-ref foreach over const/tmp arrayNikita Popov2015-12-173-10/+21
| * | Fixed bug #71154Nikita Popov2015-12-172-10/+26
| * | Fixed incorrect exception handlingDmitry Stogov2015-12-172-2/+2
* | | Fixed bug #71163 (Segmentation Fault: cleanup_unfinished_calls)Xinchen Hui2015-12-182-5/+28
|/ /
* | Do not swap operands in array additionNikita Popov2015-12-141-0/+19
* | Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work)Xinchen Hui2015-12-131-1/+2
* | Use format stringXinchen Hui2015-12-121-1/+1
* | Fixed bug #71092 (Segmentation fault with return type hinting)Xinchen Hui2015-12-113-2/+49
* | Fix bug #71086Nikita Popov2015-12-112-0/+18
* | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2015-12-111-0/+8
|\ \ | |/