From: Andrei Zmievski Date: Sat, 9 Sep 2000 16:24:06 +0000 (+0000) Subject: Fix attribution. X-Git-Tag: php-4.0.3RC1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb12dfc9e59a3b1e39ce53f9c1fb95b3008f1eb4;p=php Fix attribution. --- diff --git a/NEWS b/NEWS index 6d04647098..bb6675fbfb 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ 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 +- Fix readdir bug in libc5. (Stas) - Fix 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.