From: Wez Furlong Date: Wed, 19 Feb 2003 14:59:26 +0000 (+0000) Subject: News about the ZE stream thing X-Git-Tag: RELEASE_0_5~869 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c127eb74aade66d04b844e3a48236625b4a5e613;p=php News about the ZE stream thing --- diff --git a/NEWS b/NEWS index 4847f5c9c9..44c22eef36 100644 --- 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 , Derick) - Added proc_nice() function. Changes priority of the current process. (Ilia)