]> granicus.if.org Git - php/commitdiff
News about the ZE stream thing
authorWez Furlong <wez@php.net>
Wed, 19 Feb 2003 14:59:26 +0000 (14:59 +0000)
committerWez Furlong <wez@php.net>
Wed, 19 Feb 2003 14:59:26 +0000 (14:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4847f5c9c9182ce528601cccef4513e379012e3b..44c22eef36738b285ac3582703228649ff4236ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP 4                                                                      NEWS
 - Changed array_search() to accept also objects as a needle. (Moriyoshi)
 - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
 - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus)
+- Added lightweight streaming input abstraction to the Zend Engine scanners
+  the provides uniform support for include()'ing data from PHP streams across
+  all platforms (Wez, Zend Engine).
 - Added optional parameter to sha1() and md5() which makes them return 
   the digest as binary data. (Michael Bretterklieber <mbretter@jawa.at>, Derick)
 - Added proc_nice() function. Changes priority of the current process. (Ilia)