]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 5 Sep 2017 14:24:32 +0000 (16:24 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 5 Sep 2017 14:24:40 +0000 (16:24 +0200)
1  2 
NEWS
sapi/cli/php_cli_server.c

diff --cc NEWS
index 8ed675f4b91da8a83271c550d7819520dafdf32d,e816b23f04856ff7a132f1bf707b0e7283d46866..3ec7f8815885036bb53fe75d8842310b25e41153
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,43 -1,20 +1,47 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 7.1.10
 +?? ??? ????, PHP 7.2.0RC2
  
  - Core:
 -  . Fixed #75042 run-tests.php issues with EXTENSION block). (John Boehr)
 +  . Fixed Bug #75142 (buildcheck.sh check for autoconf version needs to be updated
 +    for v2.64). (zizzy at zizzy dot net, Remi)
  
+ - CLI server:
+   . Fixed bug #70470 (Built-in server truncates headers spanning over TCP
+     packets). (bouk)
 +- Date:
 +  . Fixed bug #75149 (redefinition of typedefs ttinfo and t1info). (Remi)
 +
 +- GD:
 +  . Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?). (cmb)
 +
 +- Opcache
 +  . Fixed incorect constant conditional jump elimination. (Dmitry)
 +
 +- OpenSSL
 +  . Automatically load OpenSSL configuration file. (Jakub Zelenka)
 +
 +- SPL:
 +  . Fixed bug #75155 (AppendIterator::append() is broken when appending another
 +    AppendIterator). (Nikita)
 +
 +- ZIP:
 +  . Fixed bug #75143 (new method setEncryptionName() seems not to exist
 +    in ZipArchive). (Anatol)
 +
 +31 Aug 2017, PHP 7.2.0RC1
 +
 +- Core:
 +  . Fixed #75042 run-tests.php issues with EXTENSION block). (John Boehr)
 +
  - CURL:
    . Fixed bug #75093 (OpenSSL support not detected). (Remi)
 +  . Better fix for #74125 (use pkg-config instead of curl-config). (Remi)
  
  - GD:
 +  . Fixed bug #75111 (Memory disclosure or DoS via crafted .bmp image). (cmb)
    . Fixed bug #75124 (gdImageGrayScale() may produce colors). (cmb)
 -  . Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?). (cmb)
  
  - Intl:
    . Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent
Simple merge