summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-281-0/+10
|\
| * Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filte...Dmitry Stogov2016-11-281-0/+10
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-283-6/+24
|\ \ | |/
| * Fixed calling generators through magic __call()Dmitry Stogov2016-11-283-20/+64
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-241-4/+2
|\ \ | |/
| * Fixed bug #73585 (Logging of "Internal Zend error - Missing class information...Xinchen Hui2016-11-241-4/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-221-1/+1
|\ \ | |/
| * Fixed use after freeDmitry Stogov2016-11-221-1/+1
* | Micro-optimizationDmitry Stogov2016-11-222-20/+20
* | Removed useless (double) checks for EG(exception). (Bob)Dmitry Stogov2016-11-223-66/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-221-3/+3
|\ \ | |/
| * Fixed memory leak (Bob)Dmitry Stogov2016-11-221-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-6/+2
|\ \ | |/
| * Revert "fix invalid read, follow up on 97b65cc9"Anatol Belski2016-11-221-6/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+6
|\ \ | |/
| * fix invalid read, follow up on 97b65cc9Anatol Belski2016-11-221-2/+6
* | Regenerated filesDmitry Stogov2016-11-212-1921/+1933
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-211-0/+2
|\ \ | |/
| * Fix memory leak(null coalescing operator with Spl hash)Tyson Andre2016-11-201-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-201-0/+2
|\ \ | |/
| * Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-202-3/+1
|\ \ | |/
| * Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-202-2/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-202-1/+3
|\ \ | |/
| * Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-202-1/+2
| * Regenerated scannerDmitry Stogov2016-11-182-1921/+1933
* | Fixed bug #73303Nikita Popov2016-11-181-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-182-8/+22
|\ \ | |/
| * Fixed memory leaks in parse_ini_file()Dmitry Stogov2016-11-182-8/+22
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-181-3/+13
|\ \ | |/
| * Disabled PHP call tracing by default (it makes significant overhead).Dmitry Stogov2016-11-181-3/+13
| * More int->size_t and string overflow fixesStanislav Malyshev2016-11-052-1/+22
* | Revert "Introduced zend.enable_dtrace INI directive to enable/disable PHP cal...Dmitry Stogov2016-11-182-15/+7
* | Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracingDmitry Stogov2016-11-182-7/+15
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-052-1/+22
|\ \
| * | More int->size_t and string overflow fixesStanislav Malyshev2016-11-052-1/+22
| |/
* | Intriduced ZEND_ACC_INHERITED class flag.Dmitry Stogov2016-11-012-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-11-011-0/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-011-0/+2
| |\
| | * Fix #73436: Setting allow_url_fopen to Off makes several tests failChristoph M. Becker2016-11-011-0/+2
* | | Optimize __get etcNikita Popov2016-10-291-10/+8
* | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-10-261-0/+11
|\ \ \ | |/ /
| * | Fixded bug #72736 (Slow performance when fetching large dataset with mysqli /...Dmitry Stogov2016-10-261-0/+11
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-10-223-3/+31
|\ \ \ | |/ /
| * | Fixed bug #73350 (Exception::__toString() cause circular references)Xinchen Hui2016-10-223-3/+31
* | | Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)Dmitry Stogov2016-10-193-28/+33
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-181-0/+4
|\ \ \ | |/ /
| * | Fixed bug #73329 (Float)"Nano" == NANAnatol Belski2016-10-181-0/+4
* | | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-10-183-94/+286
|\ \ \ | |/ /
| * | Fixed bug #73338 (Exception thrown from error handler may crash)Bob Weinand2016-10-183-105/+269