Fix the name

# but yes Jani your sentence has better style
This commit is contained in:
Marcus Boerger 2003-02-23 02:45:10 +00:00
parent 35f3f3ecc6
commit 8e62295a5f

2
NEWS
View File

@ -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