From: Sebastian Bergmann Date: Wed, 21 Feb 2001 06:22:41 +0000 (+0000) Subject: Added note about PCRE update. X-Git-Tag: php-4.0.5RC1~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59a58018a550f9f83bdaa5bcf37c9df0875790a0;p=php Added note about PCRE update. --- diff --git a/NEWS b/NEWS index 122f78b978..b99a5268aa 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Upgraded PCRE to version 3.4. (Andrei) - Added array_search which works similar to in_array but returns the key instead of a boolean. (jason@php.net) - Fixed pgsql transaction support (Stig, PEAR/DB)