From: Zeev Suraski Date: Sat, 9 Sep 2000 20:38:02 +0000 (+0000) Subject: Update NEWS X-Git-Tag: php-4.0.3RC1~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04eb5270d618c611f3fb7f0f927a5d7e385e029d;p=php Update NEWS --- diff --git a/NEWS b/NEWS index bb6675fbfb..da84632cf2 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,8 @@ PHP 4.0 NEWS - Added is_uploaded_file() and move_uploaded_file() (Zeev) - Added several directives to php.ini - post_max_size, file_uploads, display_startup_errors - see php.ini-dist for further information (Zeev) -- Fix readdir bug in libc5. (Stas) -- Fix some potential OpenBSD and NetBSD crash bugs when opening files. (Andi) +- Worked around a but in the libc5 implementation of readdir() (Stas) +- Fixed some potential OpenBSD and NetBSD crash bugs when opening files. (Andi) - Add EscapeShellArg() function (Rasmus) - Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Sterling)