summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Update version for PHP 7.2.15RC1php-7.2.15RC1Christoph M. Becker2019-01-292-1963/+2774
* 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
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-281-2/+1
|\ \ | |/
| * Fix test for release buildsNikita Popov2018-09-281-2/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-282-2/+31
|\ \ | |/
| * Fixed bug #76846Nikita Popov2018-09-282-2/+31
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-192-7/+22
|\ \ | |/
| * Fixed bug #76901Nikita Popov2018-09-192-7/+22
* | Fixed bug #76800 (foreach inconsistent if array modified during loop)Dmitry Stogov2018-09-142-3/+18
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-09-031-1/+1
|\ \ | |/
| * Fixed reference-countingin ZTS build.Dmitry Stogov2018-09-031-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-08-301-1/+1
|\ \ | |/
| * fix double cast to int on 32-bitRemi Collet2018-08-301-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-08-291-4/+9
|\ \ | |/
| * Fixed incorrect ZEND_ACC_ARENA_ALLOCATED usage (it must be used only for inte...Dmitry Stogov2018-08-291-4/+9
* | Fixed bug #75797Massimiliano Braglia2018-08-221-2/+5
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-08-172-1/+19
|\ \ | |/
| * Fixed bug #76754 (parent private constant in extends class memory leak)Xinchen Hui2018-08-172-1/+19
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-07-231-1/+8
|\ \ | |/
| * Fixed pefree_size (efree_size will be expaned to do {} while () form)Xinchen Hui2018-07-231-1/+8