From: Yasuo Ohgaki Date: Thu, 24 Jan 2002 09:33:54 +0000 (+0000) Subject: Change NEWS entry according to pgsql source change. X-Git-Tag: PRE_ISSET_PATCH~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bbe180991299bb70a615165e71bb78bbf3ae155;p=php Change NEWS entry according to pgsql source change. --- diff --git a/NEWS b/NEWS index 46277a35a3..108f42c2b1 100644 --- 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)