1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 08:33:06 +02:00

NEWS update

This commit is contained in:
2001-10-06 00:10:52 +00:00
parent 9ce638248d
commit f46dbef810

2
NEWS
View File

@@ -1,6 +1,8 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.8-dev
- 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
as fatal, and added conversion of Windows quotes to " (Sascha)
- Added new function pcntl_exec, which behaves similar to execve.