summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of void return type on internal functionsNikita Popov2018-06-301-3/+6
* Fix nullable type pretty-printingNikita Popov2018-06-292-2/+8
* Fixed bug #76534 (PHP hangs on 'illegal string offset on string references wi...Xinchen Hui2018-06-274-10/+47
* Fixed bug #76502Nikita Popov2018-06-242-1/+37
* Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT)Bob Weinand2018-05-281-0/+13
* Fix memory leak in zend_disable_class()shiguangqi2008@gmail.com2018-04-261-0/+1
* Fixed bug #76068 parse_ini_string fails to parse "[foo]\nbar=1|>baz" with seg...Anatol Belski2018-03-101-4/+12
* Don't keep HashTable.pDestructor in SHM and always set it into ZVAL_PTR_DTOR ...Dmitry Stogov2018-03-061-1/+1
* Fixed bug #76025 (Segfault while throwing exception in error_handler).Xinchen Hui2018-02-282-3/+22
* Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2018-01-231-1/+1
|\
| * Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loopSara Golemon2018-01-231-1/+1
| * Use dtor unconditionally in error caseAnatol Belski2017-12-041-1/+1
| * Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)Xinchen Hui2017-12-042-1/+65
* | Fixed bug #75079Nikita Popov2018-01-153-13/+94
* | Fix generator GC if yield from parent chain does not reach rootNikita Popov2018-01-132-7/+34
* | Try to fix yield from GC issuesNikita Popov2018-01-121-2/+4
* | Fixed bug #75396Nikita Popov2018-01-122-1/+24
* | Fixed bug #75799 (arg of get_defined_functions is optional)Gabriel Caruso2018-01-111-1/+1
* | Fixed bug #75786Nikita Popov2018-01-093-10/+22
* | Happy new year (Update copyright to 2018)Lior Kaplan2018-01-023-3/+3
* | year++Xinchen Hui2018-01-02109-111/+111
* | Fix copy-and-paste bugsLevi Morrison2017-12-132-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-12-021-2/+2
|\ \ | |/
| * Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64Andy Postnikov2017-12-021-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-011-1/+1
|\ \ | |/
| * Set trailing zeroDmitry Stogov2017-12-011-1/+1
* | Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)Xinchen Hui2017-11-292-6/+68
* | Fixed #74862: Unable to clone instance when private __clone definedDanielCiochiu2017-11-154-15/+104
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-081-2/+19
|\ \ | |/
| * Fixed #75384 PHP seems incompatible with OneDrive files on demandAnatol Belski2017-11-081-2/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-269-23/+198
|\ \ | |/
| * Fixed indirect modification of magic ArrayAccess method argumentsDmitry Stogov2017-10-269-23/+198
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-262-0/+34
|\ \ | |/
| * Backport testsDmitry Stogov2017-10-262-0/+34
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-268-7/+131
|\ \ | |/
| * Fixed indirect modification of magic method arguments.Dmitry Stogov2017-10-268-7/+131
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-10-261-0/+2
|\ \ | |/
| * Fixed testXinchen Hui2017-10-261-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-10-262-2/+20
|\ \ | |/
| * Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS)Xinchen Hui2017-10-262-2/+20
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-131-1/+19
|\ \ | |/
| * Fixed bug #75368 (mmap/munmap trashing on unlucky allocations)Dmitry Stogov2017-10-131-1/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-09-292-3/+36
|\ \ | |/
| * Fix bug #75290Andrea Faulds2017-09-292-3/+36
* | Fix word alignment on ILP64.Sara Golemon2017-09-281-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-271-3/+6
|\ \ | |/
| * Fixed #75220 - Segfault when calling is_callable on parentNester2017-09-271-3/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-09-242-1/+16
|\ \ | |/
| * Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).Xinchen Hui2017-09-242-1/+16
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-242-0/+30
|\ \ | |/