From: Wez Furlong Date: Mon, 30 Sep 2002 09:04:48 +0000 (+0000) Subject: Slight grammar fix. X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5de7ae1fc729a9998dec9d5013b84c129c70f458;p=php Slight grammar fix. --- diff --git a/NEWS b/NEWS index c52feb388d..667bdedc01 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 - ATTENTION!! "make install" will *always* install the CLI SAPI binary in - {PREFIX}/bin/php. If you did enable the CGI binary to be build, it is + {PREFIX}/bin/php. If you enabled the CGI binary to be built, it is installed as {PREFIX}/bin/php-cgi. - Added pg_fetch_assoc(), pg_fetch_all(), pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update() and pg_delete(). (Yasuo)