diff options
author | Stig Bakken <ssb@php.net> | 2001-10-11 10:46:29 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-10-11 10:46:29 +0000 |
commit | b26fbe41b188b2b6c65a175faa1abb84417d8a1a (patch) | |
tree | 6ca851d6a296594e8057853185813f71b053ef5e | |
parent | 925ff7f2b2aa119fe2e37341f079d0345039d77f (diff) | |
download | php-git-b26fbe41b188b2b6c65a175faa1abb84417d8a1a.tar.gz |
* version_compare() is included from 4.0.7
-rw-r--r-- | NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |