]> granicus.if.org Git - php/commitdiff
Move cracklib entry to 4.0.5
authorSascha Schumann <sas@php.net>
Wed, 13 Dec 2000 12:15:48 +0000 (12:15 +0000)
committerSascha Schumann <sas@php.net>
Wed, 13 Dec 2000 12:15:48 +0000 (12:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 90cbd66154a5b8959c1146fd7a586d4ac6794b8d..b7bae1303e239d2cf9b93e136e24cac5b0decfe1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
-?? ??? 2000, Version 4.0.5
+?? ??? 200?, Version 4.0.5
 - Added the call_user_method_array function which allows you to call a method
   with an arbitrary number of parameters. (Sterling)
 - ext/odbc: IBM DB2 patch by Walter Franzini <walter@sys-net.it>
 - Made ldap_get_entries() return an array even if there are no entries
-- Empty entry. Enjoy
+- Added extension for the cracklib library. (Alexander Feldman)
 
 ?? ??? 2000, Version 4.0.4
 - Allow assigning a newly created object by reference. This is needed only if
@@ -28,7 +28,6 @@ PHP 4.0                                                                    NEWS
 - Fixed bad mod_perl interaction which caused segfaults when using LFS (Sascha)
 - const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME
   description was recognized.
-- Added extension for the cracklib library. (Alexander Feldman)
 - Added the is_null() function that will return true if a variable is of
   type null. (Sterling)
 - Fixed a bug which made readdir() unusable in some systems. (Jani)