]> granicus.if.org Git - php/commitdiff
* version_compare() is included from 4.0.7
authorStig Bakken <ssb@php.net>
Thu, 11 Oct 2001 10:46:29 +0000 (10:46 +0000)
committerStig Bakken <ssb@php.net>
Thu, 11 Oct 2001 10:46:29 +0000 (10:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 18eda242bcbd6492d7b043f89b8a1d5a7d863025..ec49efa0b59da9a0ba2219f8a88b078e6ea927c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,12 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.8-dev
 - Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke)
-- Added version_{lt,le,gt,ge,eq} functions (Stig)
 - Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com)
 - Added support for word match mnogosearch-3.2 command and for stopfile
   command. StopTable will not be supported by mnogosearch-3.2.x
 - Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)
 - Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
   not been called. (Sterling)
-- Added version_compare() function (Stig)
 - Don't throw a 'file does not exist' warning for the is_dir(), is_writeable(),
   is_readable(), is_executable(), is_link() and is_file() functions. (Sterling)
 - Added array_change_key_case() function that returns array with
@@ -45,6 +43,7 @@ PHP 4.0                                                                    NEWS
 - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
 
 ?? ??? 200?, Version 4.0.7
+- Added version_compare() function (Stig)
 - Fixed pg_last_notice() (could cause random crashes in PostgreSQL applications,
   even if they didn't use pg_last_notice()) (Zeev)
 - Fixed DOM-XML's error reporting, so E_WARNING errors are given instead of