From: Date: Fri, 2 Jun 2000 02:15:23 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=110735c3bbceb385e5b575a0a09b040504a042ed;p=php NEWS update --- diff --git a/NEWS b/NEWS index 9dea96d0c3..cb39e2256c 100644 --- a/NEWS +++ b/NEWS @@ -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