]> granicus.if.org Git - php/commitdiff
Fix the name
authorMarcus Boerger <helly@php.net>
Sun, 23 Feb 2003 02:45:10 +0000 (02:45 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 23 Feb 2003 02:45:10 +0000 (02:45 +0000)
# but yes Jani your sentence has better style

NEWS

diff --git a/NEWS b/NEWS
index b930720558cd71ba71673b6398afb53bccaf2314..83d7d3bd9ae220e363e5f7187a45820b4c46ca5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ PHP 4                                                                      NEWS
 - Changed array_search() to accept also objects as a needle. (Moriyoshi)
 - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
 - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus)
-- Added DBA handler 'inifiles' to support ini files. (Marcus)
+- Added DBA handler 'inifile' to support ini files. (Marcus)
 - Added filter support. See README.input_filter. (Rasmus)
 - Added session.hash_function and session.hash_bits_per_character. (Sascha)
 - Added lightweight streaming input abstraction to the Zend Engine scanners