diff options
author | Keyur Govande <keyur@php.net> | 2013-03-11 00:20:57 +0000 |
---|---|---|
committer | Keyur Govande <keyur@php.net> | 2013-03-11 00:20:57 +0000 |
commit | c7ad92fac72a11efcfa9b70cb19d9feae87936d6 (patch) | |
tree | 4ef7a99827aa6a6cf15e5a52b52874b396c12360 | |
parent | cdacda720c8c23aaa378d99dd17c95269c2e0ca8 (diff) | |
download | php-git-c7ad92fac72a11efcfa9b70cb19d9feae87936d6.tar.gz |
Adding in NEWS/UPGRADING about process title change support.
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | UPGRADING | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,9 @@ PHP NEWS - Core: . Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail). (Laruence) + . Added support for changing the process's title in CLI/CLI-Server SAPIs. + The implementation is more robust that the proctitle PECL module. More + details here: https://wiki.php.net/rfc/cli_process_title. (Keyur) 07 Mar 2013, PHP 5.5.0 Alpha 6 @@ -79,6 +79,8 @@ PHP 5.5 UPGRADE NOTES (https://wiki.php.net/rfc/generators) - ClassName::class syntax returning full class name for a class as a string constant. (https://wiki.php.net/rfc/class_name_scalars) +- Support for changing the process's title in CLI/CLI-Server SAPIs. (Keyur) + (https://wiki.php.net/rfc/cli_process_title) ======================================== 2. Changes in SAPI modules |