From 8daa261b97d106e337a6e95cabe0d02c87fed5e4 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Mon, 18 Mar 2002 15:13:47 +0000 Subject: [PATCH] MFH --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ef4daf39bf..5fdfbe499e 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,8 @@ PHP 4 NEWS enabled. (Jason) - Added CLI (command line interface) sapi which is more suitable for writing shell scripts. Some of the differences to CGI sapi are: no HTTP headers, - plain text error messages, does not change working directory, etc. + plain text error messages, does not change working directory, have a new -r + option which executes a piece of PHP code directly from the commmand line, 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) - Fixed HTTP file upload support to handle big files better. (Jani) -- 2.50.1