summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2011-06-20 20:30:36 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2011-06-20 20:30:36 +0000
commit2c6b2f64df72bde7ec8a8a61687e809cfb502b32 (patch)
tree3daaa428f79d9e4431861b273d13dd6d4740bdad /NEWS
parent5b921a87a194f7758c3ab817ded47e9b5bc3efaa (diff)
downloadphp-git-2c6b2f64df72bde7ec8a8a61687e809cfb502b32.tar.gz
- Forgot to commit these.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9de5c97c0e..c18d1508ac 100644
--- a/NEWS
+++ b/NEWS
@@ -112,15 +112,17 @@ PHP NEWS
instruction without previous ZEND_FETCH_CLASS.
. zend_stack and zend_ptr_stack allocation is delayed until actual usage.
-- Improved CLI SAPI: (Johannes)
+- Improved CLI SAPI: (Johannes, Moriyoshi)
. Added command line option --rz <name> which shows information of the
- named Zend extension.
- . Interactive readline shell improvements:
+ named Zend extension. (Johannes)
+ . Interactive readline shell improvements: (Johannes)
. Added "cli.pager" php.ini setting to set a pager for output.
. Added "cli.prompt" php.ini setting to configure the shell prompt.
. Added shortcut #inisetting=value to change ini settings at run-time.
. Changed shell not to terminate on fatal errors.
. Interactive shell works with shared readline extension. FR #53878.
+ . Added built-in web server that is intended for testing purpose.
+ (Moriyoshi)
- Improved FastCGI SAPI: (Dmitry)
. Added apache compatible functions: apache_child_terminate(),