diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2011-06-20 20:30:36 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2011-06-20 20:30:36 +0000 |
commit | 2c6b2f64df72bde7ec8a8a61687e809cfb502b32 (patch) | |
tree | 3daaa428f79d9e4431861b273d13dd6d4740bdad /NEWS | |
parent | 5b921a87a194f7758c3ab817ded47e9b5bc3efaa (diff) | |
download | php-git-2c6b2f64df72bde7ec8a8a61687e809cfb502b32.tar.gz |
- Forgot to commit these.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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(), |