]> granicus.if.org Git - php/commitdiff
Reflect recent changes to the build process.
authorEdin Kadribasic <edink@php.net>
Sat, 21 Dec 2002 22:03:46 +0000 (22:03 +0000)
committerEdin Kadribasic <edink@php.net>
Sat, 21 Dec 2002 22:03:46 +0000 (22:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e4c0586e2ce28383a75872bf3cd37e11e3ab2a15..32bad3bb686bccf2ae1af498cdbc62c0fda4c59f 100644 (file)
--- 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