From: Sascha Schumann Date: Wed, 2 Oct 2002 08:14:47 +0000 (+0000) Subject: Reflect actual stance wrt cli/cgi X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=875c1da58ed3ddcf9919a8da09d127ae965abd91;p=php Reflect actual stance wrt cli/cgi --- diff --git a/NEWS b/NEWS index dd4f8479c1..b829467a88 100644 --- 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)