]> granicus.if.org Git - php/commitdiff
Added pgsql connection reset feature. Add my name to --enable-safe-mode fix.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 24 Jan 2002 06:51:12 +0000 (06:51 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 24 Jan 2002 06:51:12 +0000 (06:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 12559f64b8cba5a7438f90efb5f9f916d9cdeba5..46277a35a321a3dc667d5a26e09a6a9b783b02bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
-- Fix --enable-safe-mode. This configure option was not working.
+- Added automatic connection reset for pgsql. Web server reboot is not needed
+  in most cases when PostgreSQL server is rebooted. (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)
 - Added function domxml_node_get_content() (chregu)