Merge branch 'PHP-7.0' into PHP-7.1
authorDmitry Stogov <dmitry@zend.com>
Mon, 28 Nov 2016 09:57:02 +0000 (12:57 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 28 Nov 2016 09:57:02 +0000 (12:57 +0300)
* PHP-7.0:
  Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).

1  2 
NEWS
Zend/zend_hash.h

diff --cc NEWS
index 1e43c0e97632a7460f9e251632f10ced358924ed,79ced5e62bfb33421985397a1588775f38e6d399..57834637208929b66b1ce59aa7517a7179a26fc5
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -50,10 -69,9 +50,14 @@@ PH
    . Fixed bug #73530 (Unsetting result set may reset other result set). (cmb)
  
  - Standard:
 -   . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
 -     (rowan dot collins at gmail dot com)
 +  . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
 +    (rowan dot collins at gmail dot com)
 +  . Fixed bug #73303 (Scope not inherited by eval in assert()). (nikic)
 +
++- Streams:
++  . Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
++    filter is working on). (Dmitry)
  - XML:
    . Fixed bug #72135 (malformed XML causes fault) (edgarsandi)
  
Simple merge