From: Yasuo Ohgaki Date: Mon, 30 Sep 2002 09:35:04 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3053ba7b9ca6cc3b56ffe6a4ecbc52b410b63de3;p=php Fixed typo. # Thanks to Andrey Hristov. --- diff --git a/NEWS b/NEWS index dd36b5679b..98e62808d0 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ PHP 4 NEWS - ATTENTION!! "make install" will *always* install the CLI SAPI binary in {PREFIX}/bin/php. If you enable the CGI binary to be built, it will be installed as {PREFIX}/bin/php-cgi. -- Added pg_fetch_assoc(), pg_fetch_all(), pg_metadate(), pg_convert(), +- Added pg_fetch_assoc(), pg_fetch_all(), pg_metadata(), pg_convert(), pg_insert(), pg_select(), pg_update() and pg_delete(). (Yasuo) - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia) - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).