]> granicus.if.org Git - php/commitdiff
Added missing NEWS entry for a bug fix.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 20 Jun 2002 01:43:32 +0000 (01:43 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 20 Jun 2002 01:43:32 +0000 (01:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5440207bdd902607e8a1508cf73471348b0642da..8aa2d5d1d05140b3bef55c0e01c91bdd2a52c354 100644 (file)
--- 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)