]> granicus.if.org Git - php/commitdiff
Even better.
authorWez Furlong <wez@php.net>
Mon, 30 Sep 2002 09:07:10 +0000 (09:07 +0000)
committerWez Furlong <wez@php.net>
Mon, 30 Sep 2002 09:07:10 +0000 (09:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 667bdedc014ffa5447b86c8e61d1c962c4ba78b9..dd36b5679b1b6161edb6ebae443d5e49345b1ec8 100644 (file)
--- 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 enabled the CGI binary to be built, it is
+  {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(), 
   pg_insert(), pg_select(), pg_update() and pg_delete(). (Yasuo)