]> granicus.if.org Git - php/commitdiff
Update NEWS
authorZeev Suraski <zeev@php.net>
Sat, 9 Sep 2000 20:38:02 +0000 (20:38 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 9 Sep 2000 20:38:02 +0000 (20:38 +0000)
NEWS

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