Commit: c7ad92fac72a11efcfa9b70cb19d9feae87936d6 Author: Keyur Govande <ke...@php.net> Mon, 11 Mar 2013 00:20:57 +0000 Parents: cdacda720c8c23aaa378d99dd17c95269c2e0ca8 Branches: PHP-5.5
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c7ad92fac72a11efcfa9b70cb19d9feae87936d6 Log: Adding in NEWS/UPGRADING about process title change support. Changed paths: M NEWS M UPGRADING Diff: diff --git a/NEWS b/NEWS index f1df09d..4ef3a55 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/UPGRADING b/UPGRADING index ee1ff67..76d6f4f 100755 --- a/UPGRADING +++ b/UPGRADING @@ -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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php