]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorSara Golemon <pollita@php.net>
Sun, 28 May 2017 15:49:25 +0000 (08:49 -0700)
committerSara Golemon <pollita@php.net>
Sun, 28 May 2017 15:49:25 +0000 (08:49 -0700)
* PHP-7.0:
  Bugfix #74556 stream_socket_get_name() returns empty string
  Fix abstract name handling to be binary safe

1  2 
NEWS
ext/standard/streamsfuncs.c
main/network.c

diff --cc NEWS
index 76599d7f5ed5765e2d22cd55990886c0a7d72bc7,3c768adad1d56496a41a0410f7f7384d992e8eb0..2be3331ee17183a779e929a97a1dbd8d87fc69e1
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -17,7 -18,10 +18,10 @@@ PH
  - FTP:
    . Fixed bug #74598 (ftp:// wrapper ignores context arg). (Sara)
  
 -8 Jun 2017 PHP 7.0.20
+ - Streams:
+   . Fixed bug #74556 (stream_socket_get_name() returns '\0'). (Sara)
 +8 Jun 2017, PHP 7.1.6
  
  - Core:
    . Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i).
Simple merge
diff --cc main/network.c
Simple merge