diff options
author | <changelog@php.net> | 2000-06-02 02:15:23 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-06-02 02:15:23 +0000 |
commit | 110735c3bbceb385e5b575a0a09b040504a042ed (patch) | |
tree | a391bbf2729755cf3349d2c258271bf1a217c5ab /NEWS | |
parent | a4146cc890ff31b3e8705d7becebe4370ee3eed3 (diff) | |
download | php-git-110735c3bbceb385e5b575a0a09b040504a042ed.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Cleaned up PCRE extension and made it binary-safe. (Andrei) +- Added third argument to in_array(). If it's true, then in_array() +- will use strict comparison instead of the default one. (Andrei) - Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) - ignore_user_abort=Off is now default. (Thies) - Added array_merge_recursive() that will recursively merge values |