From: James Cox Date: Sun, 17 Mar 2002 15:49:53 +0000 (+0000) Subject: s/-/ ./ X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90fe0e93e9017c425c9abedb8306a82cff09903b;p=php s/-/ ./ --- diff --git a/NEWS b/NEWS index 85de32612f..aa76de9a7c 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +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) + . 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)