]> granicus.if.org Git - php/commitdiff
Inserted a note about CGI binary name change.
authorEdin Kadribasic <edink@php.net>
Thu, 28 Feb 2002 14:47:31 +0000 (14:47 +0000)
committerEdin Kadribasic <edink@php.net>
Thu, 28 Feb 2002 14:47:31 +0000 (14:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index db71b035a86df8d258d2eab2703b831dd136db1b..bb50ff793a41e7ee8727040caac224bf89c567c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -59,8 +59,10 @@ PHP 4                                                                      NEWS
 - Added IPv6 support in FTP extension. (Stig Venaas)
 - Added CLI (command line intrerface) sapi based on a cut-down version
   of the CGI sapi which is more suited for writing shell scripts. Some of
-  the differences are: it prints no HTTP headers and it displays plain text
-  error messages. (Edin)
+  the differences are: it prints no HTTP headers, displays plain text
+  error messages, does not change working directory, etc. "make install"
+  will install CLI SAPI version of php in {PREFIX}/bin/php while
+  CGI is renamed and installed as {PREFIX}/bin/php-cgi. (Edin)
 - Improve the speed of wordwrap() significantly. (Jim)
 - Fixed pow()'s incorrect behaviour when dealing with powers of 0. (Jim)
 - Added is_finite(), is_infinite(), and is_nan(). (Jim)