]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorJoe Watkins <krakjoe@php.net>
Tue, 4 Sep 2018 09:12:57 +0000 (11:12 +0200)
committerJoe Watkins <krakjoe@php.net>
Tue, 4 Sep 2018 09:13:14 +0000 (11:13 +0200)
* PHP-7.2:
  Fix bug #74764 and add a test case

1  2 
NEWS
main/network.c

diff --cc NEWS
index 5e95bd081b33f45d6a17b05300d2b0ebcc754730,8526be92d48617d5f81d6984968c0d2a47d1b7ec..0c96c3593f8bcb5d83944a6e8970ead7f6534512
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -17,29 -7,28 +17,31 @@@ PH
      (Anatol)
  
  - POSIX:
 -  Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
 +  Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
  
  - Standard:
 +  . Fixed bug #76803 (ftruncate changes file pointer). (Anatol)
 +  . Fixed bug #76818 (Memory corruption and segfault). (Remi)
    . Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
      data connection). (Ville Hukkamäki)
+   . Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with 
+     stream_socket_client). (Ville Hukkamäki)
  
 -13 Sep 2018, PHP 7.2.10
 +30 Aug 2018, PHP 7.3.0beta3
  
  - Core:
 +  . Fixed #76773 (Traits used on the parent are ignored for child classes).
 +    (daverandom)
 +  . Fixed #76767 (‘asm’ operand has impossible constraints in zend_operators.h).
 +    (ondrej)
    . Fixed bug #76754 (parent private constant in extends class memory leak).
      (Laruence)
 -  . Fixed bug #72443 (Generate enabled extension). (petk)
 -  . Fixed bug #75797 (Memory leak when using class_alias() in non-debug mode).
 -    (Massimiliano Braglia)
 -
 -- Bz2:
 -  . Fixed arginfo for bzcompress. (Tyson Andre)
 +  . Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in
 +    _get_zval_ptr_tmp failed). (Laruence)
  
 -- gettext:
 -  . Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)
 +- DOM:
 +  . Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored).
 +    (Andrew Nester, Laruence, Anatol)
  
  - iconv:
    . Fixed bug #68180 (iconv_mime_decode can return extra characters in a 
diff --cc main/network.c
Simple merge