]> granicus.if.org Git - php/commitdiff
Adding in NEWS/UPGRADING about process title change support.
authorKeyur Govande <keyur@php.net>
Mon, 11 Mar 2013 00:20:57 +0000 (00:20 +0000)
committerKeyur Govande <keyur@php.net>
Mon, 11 Mar 2013 00:20:57 +0000 (00:20 +0000)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index f1df09d6c20d357e1fda6f62b4ca8fcacb1e67ee..4ef3a55bc1af823700d4369928563c3b3cd019c1 100644 (file)
--- 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
index ee1ff67c856296dfe6698aeae7e175ac89e4ef5e..76d6f4fb839d99f0892cbd00e4dea9ebe1029abc 100755 (executable)
--- 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