]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorJoe Watkins <krakjoe@php.net>
Tue, 13 Nov 2018 11:57:38 +0000 (12:57 +0100)
committerJoe Watkins <krakjoe@php.net>
Tue, 13 Nov 2018 11:58:23 +0000 (12:58 +0100)
* PHP-7.1:
  Validate length on socket_write

1  2 
NEWS
ext/sockets/sockets.c

diff --cc NEWS
index 14447cb2a4a02b6b15b4b228c9a660ec98c36f0f,f6ae98fe7bf9d1a55a86e52bebd5aaad888d8da6..cb22af2c778173af614614dc7ece3d78b709a701
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -20,11 -13,12 +20,14 @@@ PH
    . Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault). (cmb)
    . Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb)
  
 -08 Nov 2018, PHP 7.1.24
+ - Sockets:
+   . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
 +08 Nov 2018, PHP 7.2.12
  
  - Core:
 +  . Fixed bug #76846 (Segfault in shutdown function after memory limit error).
 +    (Nikita)
    . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita)
    . Fixed bug #77035 (The phpize and ./configure create redundant .deps file).
      (Peter Kokot)
Simple merge