From: Edin Kadribasic Date: Sat, 21 Dec 2002 22:03:46 +0000 (+0000) Subject: Reflect recent changes to the build process. X-Git-Tag: php-4.3.0~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de713235ed51f85a0c74cba316e273357a1e1cb9;p=php Reflect recent changes to the build process. --- diff --git a/NEWS b/NEWS index e4c0586e2c..32bad3bb68 100644 --- a/NEWS +++ b/NEWS @@ -6,9 +6,11 @@ PHP 4 NEWS - Aliased dba_popen() to dba_open() until 4.3.1 when persistent STDIO streams are introduced. (Andrei) - Fixed a security bug in the bundled MySQL library. (Georg, Stefan) -- 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. +- If you don't specify building any other SAPI "make install" will install the + CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that + location use "make install-cli" after "make install" or add --disable-cgi + to your configure options. In the Windows distribution CLI SAPI is included + in the "cli" folder. (Edin) - Removed extensions: (Jan, Jani, Sebastian) . ext/aspell . ext/ccvs