From: James Cox Date: Sun, 17 Mar 2002 15:27:51 +0000 (+0000) Subject: no, really update it X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0bfa92b4286d5fd5b6c210ce07b83a98c28d0a7;p=php no, really update it --- diff --git a/NEWS b/NEWS index 372e312e1f..85de32612f 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 -- exif functions now support streams using memory streams where necessary (Marcus) -- added memory streams (Marcus) - PHP now has a new stream system that allows it to do some clever stuff with fopen() and fsockopen(). As a result: . URL wrappers natively supports https:// URLs @@ -11,6 +9,7 @@ PHP 4 NEWS . zlib wrappers can be used even on systems without fopencookie() . Most extensions now support streams when passing files, which means that those extensions will support URL wrappers. (Wez) +- Added memory stream support. (Marcus) - Fixed memory allocation problem on systems that have iconv() support in libc. (Yasuo) - Made var_dump() handle recursive structures better. (Yasuo)