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)