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

1  2 
NEWS
ext/sockets/sockets.c
ext/sockets/tests/socket_write_params.phpt

diff --cc NEWS
index 8d2b34aebd2e898d61aa2ab07d1caf6daa4155fa,cb22af2c778173af614614dc7ece3d78b709a701..dd324d7bd22b03561c81a899fd5e86f31bea4dbf
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -28,16 -18,17 +28,19 @@@ PH
    . Fixed bug #50675 (SoapClient can't handle object references correctly).
      (Cameron Porter)
    . 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.2.12
+ - Sockets:
+   . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
 +- Standard:
 +  . Fixed bug #77081 (ftruncate() changes seek pointer in c mode). (cmb, Anatol)
 +
 +- XML:
 +  . Fixed bug 71592 (External entity processing never fails). (cmb)
 +
 +25 Oct 2018, PHP 7.3.0RC4
  
  - 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)
    . Fixed bug #77041 (buildconf should output error messages to stderr)
Simple merge