From: Yasuo Ohgaki Date: Mon, 7 Jan 2002 08:14:34 +0000 (+0000) Subject: New PostgreSQL functions X-Git-Tag: PRE_ISSET_PATCH~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38f8fee99d6f5ba7c4e3ec2c4766ee106562a4f7;p=php New PostgreSQL functions --- diff --git a/NEWS b/NEWS index 7c874346ee..71255cf4df 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev +- Added async query functions to PostgreSQL module (Yasuo) +- Added pg_copy_to()/pg_copy_from() for PostgreSQL module (Youichi, Yasuo) - Added IPv6 support in FTP extension. (Stig Venaas) - Added CLI (command line intrerface) sapi based on a cut-down version of the CGI sapi which is more suited for writing shell scripts. Some of