com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS main/php_variables.c
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: d2658287fa19191ddf19142089abdd880534badb Author: Nikita Popov <[email protected]> Thu, 2 Feb 2017 18:06:47 +0100 Parents: 89f2dd2879c45f3adb8cfd1dbc0b715e71cda71b a15bffd105ac28fd0dd9b596632dbf035238fda3 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d2658287fa19191ddf19142089abdd880534badb Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM main/php_variables.c Diff: diff --cc NEWS index 4243ac7,3d402c6..589b07c --- a/NEWS +++ b/NEWS @@@ -1,7 -1,11 +1,11 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2017 PHP 7.0.17 +?? ??? 2017, PHP 7.1.3 + - Core: + . Fixed bug #73807 (Performance problem with processing large post request). + (Nikita) + - OpenSSL: . Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file). (Anatol)