summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xUPGRADING2
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1df09d6c2..4ef3a55bc1 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 ee1ff67c85..76d6f4fb83 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