]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorDmitry Stogov <dmitry@zend.com>
Thu, 21 Dec 2017 20:35:23 +0000 (23:35 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 21 Dec 2017 20:35:23 +0000 (23:35 +0300)
* PHP-7.0:
  Fixed bug #75579 (Interned strings buffer overflow may cause crash)

1  2 
NEWS
ext/opcache/zend_file_cache.c

diff --cc NEWS
index c9906150107174bc052c2aaa9adabe4ff300fd4d,954f8bf4a1a3b690f78b81147e4f041186e5d848..0b3cd7e5b2746ed85ba334c616858031a45cc385
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,31 -1,21 +1,35 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2017 PHP 7.0.28
 +?? ??? 2018, PHP 7.1.14
 +
 +- Core:
 +  . Fixed bug #75679 (Path 260 character problem). (Anatol)
+ - Opcache:
+   . Fixed bug #75579 (Interned strings buffer overflow may cause crash).
+     (Dmitry)
  
 -04 Jan 2017 PHP 7.0.27
 +- PGSQL:
 +  . Fixed bug #75671 (pg_version() crashes when called on a connection to
 +    cockroach). (magicaltux at gmail dot com)
  
 -- CLI Server:
 -  . Fixed bug #60471 (Random "Invalid request (unexpected EOF)" using a router
 -    script). (SammyK)
 +04 Jan 2018, PHP 7.1.13
  
  - Core:
 +  . Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26). (Laruence)
    . Fixed bug #75384 (PHP seems incompatible with OneDrive files on demand).
      (Anatol)
 -  . Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26). (Laruence)
 +  . Fixed bug #74862 (Unable to clone instance when private __clone defined).
 +    (Daniel Ciochiu)
 +  . Fixed bug #75074 (php-process crash when is_file() is used with strings
 +    longer 260 chars). (Anatol)
 +  . Fixed bug #69727 (Remove timestamps from build to make it reproducible).
 +    (jelle van der Waa)
 +
 +- CLI Server:
 +  . Fixed bug #60471 (Random "Invalid request (unexpected EOF)" using a router
 +    script). (SammyK)
 +  . Fixed bug #73830 (Directory does not exist). (Anatol)
  
  - FPM:
    . Fixed bug #64938 (libxml_disable_entity_loader setting is shared between
Simple merge