]> granicus.if.org Git - php/commitdiff
Change NEWS entry according to pgsql source change.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 24 Jan 2002 09:33:54 +0000 (09:33 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 24 Jan 2002 09:33:54 +0000 (09:33 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 46277a35a321a3dc667d5a26e09a6a9b783b02bb..108f42c2b164a704df244d06a0089be267ecd6ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
-- Added automatic connection reset for pgsql. Web server reboot is not needed
-  in most cases when PostgreSQL server is rebooted. (Yasuo)
+- Fixed pg_pconnect(). It catches broken connection and reconnects to PostgreSQL 
+  server always. When PostgreSQL is rebooted, web server reboot is not needed
+  to avoid errors. (Yasuo)
 - Fix --enable-safe-mode. This configure option was not working. (Yasuo)
 - added function domxml_dump_node($doc,$node). Dumps a node plus all
   children into a string. (chregu)