summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-12-21 22:03:46 +0000
committerEdin Kadribasic <edink@php.net>2002-12-21 22:03:46 +0000
commitde713235ed51f85a0c74cba316e273357a1e1cb9 (patch)
tree2837fce652c4bc51036cf4401d8ef96deaef9974
parent6e2cd3fcfe5bc7ca93d88fcda681af16590b9602 (diff)
downloadphp-git-de713235ed51f85a0c74cba316e273357a1e1cb9.tar.gz
Reflect recent changes to the build process.
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
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