1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

This'll come with 4.1.1

This commit is contained in:
Sterling Hughes
2001-12-13 17:18:01 +00:00
parent f4b832d277
commit 2f6b0bc7d6
-2
View File
@@ -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