From: Yasuo Ohgaki Date: Thu, 20 Jun 2002 01:43:32 +0000 (+0000) Subject: Added missing NEWS entry for a bug fix. X-Git-Tag: php-4.2.3RC1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30f0b6141555fd159a0c3faad3b3d31040c86d1f;p=php Added missing NEWS entry for a bug fix. --- diff --git a/NEWS b/NEWS index 5440207bdd..8aa2d5d1d0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.2.2 +- Fixed accidental pg_lo_import() API change. (Yasuo) - Fixed ereg_replace() crash when the backreference number was greater than the number of captured subpatterns. (oliver@billix.franken.de) - Fixed array_rand() on thread-safe platforms such as Windows. (Edin)