diff options
author | Sterling Hughes <sterling@php.net> | 2001-12-13 17:18:01 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-12-13 17:18:01 +0000 |
commit | 2f6b0bc7d617929f95a8adc302f0f7bea10b227d (patch) | |
tree | 12e756d97d19675788ba80add5727c66eb393270 | |
parent | f4b832d277390f1e20e38ed275f26867c7c6537c (diff) | |
download | php-git-2f6b0bc7d617929f95a8adc302f0f7bea10b227d.tar.gz |
This'll come with 4.1.1
-rw-r--r-- | NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -56,8 +56,6 @@ PHP 4 NEWS - Added ldap_start_tls() function. (Stig Venaas, patch by kuenne@rentec.com) - Have rand() and mt_rand() seed automatically if srand() or mt_srand() has not been called. (Sterling) -- Fixed is_dir(), is_writeable(), is_readable(), is_executable(), is_link() and - is_file() functions to not throw a 'file does not exist' warning. (Sterling) - Added array_change_key_case() function that returns array with with all string keys lowercased or uppercased. (EdinK) - Added parameter to ircg_pconnect to suppress treating non-fatal errors |