summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #71041 dynamic embed SAPI load errorValentin V. Bartenev2018-11-202-2/+2
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15367-478/+103
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14569-967/+966
* Sync leading and final newlines in source code filesPeter Kokot2018-10-1414-17/+2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-1329-160/+160
* Convert CRLF line endings to LFPeter Kokot2018-10-1314-383/+383
* Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespacePierrick Charron2018-10-093-86/+136
* Fixed bug #76946Nikita Popov2018-09-282-0/+63
* Fix test for release buildsNikita Popov2018-09-281-2/+1
* Fixed bug #76846Nikita Popov2018-09-282-2/+31
* Fixed bug #76901Nikita Popov2018-09-192-7/+22
* Fixed reference-countingin ZTS build.Dmitry Stogov2018-09-031-1/+1
* fix double cast to int on 32-bitRemi Collet2018-08-301-1/+1
* Fixed incorrect ZEND_ACC_ARENA_ALLOCATED usage (it must be used only for inte...Dmitry Stogov2018-08-291-4/+9
* Fixed bug #76754 (parent private constant in extends class memory leak)Xinchen Hui2018-08-172-1/+19
* Fixed pefree_size (efree_size will be expaned to do {} while () form)Xinchen Hui2018-07-231-1/+8
* Fix C++11 and up compatibility for zend_finite and moreAnatol Belski2018-07-081-3/+3
* 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
|\ \ | |/