summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect specialization (missed IS_INDIRECT handling)Dmitry Stogov2019-07-163-424/+424
* Revert "Fixed bug #76980"Nikita Popov2019-07-092-29/+11
* Fix bugs in AST printersunnyeo2019-06-282-1/+25
* disabled functions must not have return typeJoe Watkins2019-05-291-1/+1
* Fixed bug #76980Nikita Popov2019-05-152-11/+29
* Fix test caseChristoph M. Becker2019-05-141-1/+1
* Fix #77993: Wrong parse error for invalid hex literal on WindowsTheodore Brown2019-05-134-4201/+4206
* Fix resolution of "parent" during inheritance checkNikita Popov2019-05-082-2/+19
* Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-101-1/+1
* Repare SWITCH VMDmitry Stogov2019-04-091-2/+2
* Fixed bug #77844Nikita Popov2019-04-081-16/+18
* Don't disable object slot reuse while running shutdown functionstwosee2019-03-183-4/+20
* Fixed bug #77738 (Nullptr deref in zend_compile_expr)Xinchen Hui2019-03-142-2/+10
* Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-252-12/+54
* Fixed bug #77660 (Segmentation fault on break 2147483648)Xinchen Hui2019-02-252-2/+12
* Fixed bug #77652Nikita Popov2019-02-223-1/+45
* Make MADV_HUGEPAGE conditional on USE_ZEND_ALLOC_HUGE_PAGESNikita Popov2019-02-181-7/+8
* Fixed bug #75546DanielCiochiu2019-02-121-1/+3
* Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)Xinchen Hui2019-02-113-130/+172
* Make special assert() handling independent of compiler flagsNikita Popov2019-01-291-8/+10
* Fixed bug #77530: PHP crashes when parsing "(2)::class"ekinhbayar2019-01-282-1/+18
* Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2Nikita Popov2019-01-242-0/+27
|\
| * Fixed bug #77494 (Disabling class causes segfault on member access)Dmitry Stogov2019-01-242-0/+27
* | Revert "Prefix error_code with underscore in FastZPP implementation"Nikita Popov2019-01-241-25/+25
|/
* Add flag to disable jumptable optimizationNikita Popov2019-01-242-0/+7
* Prefix error_code with underscore in FastZPP implementationtwosee2019-01-081-25/+25
* Fix self::class inside constant in global scopeNikita Popov2019-01-042-4/+25
* Partial fix for bug #75426Nikita Popov2019-01-022-0/+22
* Add memory check to the testAnatol Belski2018-12-291-0/+7
* Backport later interned strings destruction.Dmitry Stogov2018-12-241-4/+0
* Fixed bug #77339 (__callStatic may get incorrect arguments)Dmitry Stogov2018-12-242-0/+41
* Removed /e modifirer and fixed ws.Dmitry Stogov2018-12-211-1/+2
* Improve fix for #76046Nikita Popov2018-11-271-1/+4
* Fixed bug #76046Nikita Popov2018-11-271-0/+1
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-11-202-2/+2
|\
| * 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
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15384-497/+116
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-14575-991/+990
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-149-9/+2
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-1328-151/+151
* | Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-10-093-86/+136
|\ \ | |/
| * Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespacePierrick Charron2018-10-093-86/+136
* | Fixed bug #76936Nikita Popov2018-10-021-0/+6
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-282-0/+63
|\ \ | |/
| * Fixed bug #76946Nikita Popov2018-09-282-0/+63