summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix Bug #71089 No check to duplicate zend_extensionRemi Collet2015-12-111-0/+8
* | Fix cleanup in bug70748.phptNikita Popov2015-12-101-1/+1
* | Fix Foo::${42} and similarNikita Popov2015-12-104-0/+74
* | Fixed bug #71067 (Local object in class method stays in memory for each call)Xinchen Hui2015-12-092-0/+37
* | Revert "fix typos "paramer" -> "parameters""Xinchen Hui2015-12-082-9/+9
* | fix typos "paramer" -> "parameters"Márcio Almada2015-12-072-9/+9
* | Fixed bug #71013 (Incorrect exception handler with yield from)Bob Weinand2015-12-062-3/+61
* | Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)Dmitry Stogov2015-12-032-6/+6
* | Fixed bug #70997 (When using parentClass:: instead of parent::, static contex...Dmitry Stogov2015-11-303-18/+44
* | Fixed bug #70931 (Two errors messages are in conflict)Xinchen Hui2015-11-283-3/+3
* | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-284-4/+27
* | Set called_scope in Closure::call (fixes bug #70987)Andrea Faulds2015-11-272-0/+16