]> granicus.if.org Git - php/commitdiff
Fix attribution.
authorAndrei Zmievski <andrei@php.net>
Sat, 9 Sep 2000 16:24:06 +0000 (16:24 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 9 Sep 2000 16:24:06 +0000 (16:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6d04647098b616a72423dbe1f3fa88f38b1febcb..bb6675fbfbfa32cb0fd02bc4208f829ccff2a26e 100644 (file)
--- 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.