]> granicus.if.org Git - php/commitdiff
Reflect actual stance wrt cli/cgi
authorSascha Schumann <sas@php.net>
Wed, 2 Oct 2002 08:14:47 +0000 (08:14 +0000)
committerSascha Schumann <sas@php.net>
Wed, 2 Oct 2002 08:14:47 +0000 (08:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dd4f8479c150ce3a3c41e4ee4ff21bc02677c62f..b829467a8838f93b3c332f3e08ebe4e7f4a75cad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
-- 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
+- ATTENTION! "make install" will *by default* install the CLI SAPI binary in 
+  {PREFIX}/bin/php. If you don't disable the CGI binary, it will be
   installed as {PREFIX}/bin/php-cgi.
 - Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo)
 - Fixed output buffering implicit flush. (Yasuo)