diff options
author | Edin Kadribasic <edink@php.net> | 2002-03-18 15:11:41 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-03-18 15:11:41 +0000 |
commit | 4609e926cfb9f26994e4e0d895d298393a426afa (patch) | |
tree | dca8096a0fbb9bb85ad1b8eda306495ecd990f2f | |
parent | 26a92a72f16c5398f08c358e8e0dbb3dfa296385 (diff) | |
download | php-git-4609e926cfb9f26994e4e0d895d298393a426afa.tar.gz |
-r is in the release branch.
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -22,8 +22,6 @@ PHP 4 NEWS domxml_elem_remove_attribute() domxml_elem_get_attribute_node() (Chregu) - Fixed a segfault in domxml_unlink(). (jtate) -- Added -r option to the CLI version of PHP which executes a piece of PHP - code directly from the commmand line. (Edin) - Added formatting option to domxml_dump_mem(). (Chregu) - New improved build system. Among other improvements, replaces the slow recursive make with one global Makefile and eases the integration of proper @@ -36,7 +34,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) |