Skip to content

Commit c7ad92f

Browse files
committed
Adding in NEWS/UPGRADING about process title change support.
1 parent cdacda7 commit c7ad92f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ PHP NEWS
55
- Core:
66
. Fixed bug #64354 (Unserialize array of objects whose class can't
77
be autoloaded fail). (Laruence)
8+
. Added support for changing the process's title in CLI/CLI-Server SAPIs.
9+
The implementation is more robust that the proctitle PECL module. More
10+
details here: https://wiki.php.net/rfc/cli_process_title. (Keyur)
811

912

1013
07 Mar 2013, PHP 5.5.0 Alpha 6

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ PHP 5.5 UPGRADE NOTES
7979
(https://wiki.php.net/rfc/generators)
8080
- ClassName::class syntax returning full class name for a class as
8181
a string constant. (https://wiki.php.net/rfc/class_name_scalars)
82+
- Support for changing the process's title in CLI/CLI-Server SAPIs. (Keyur)
83+
(https://wiki.php.net/rfc/cli_process_title)
8284

8385
========================================
8486
2. Changes in SAPI modules

0 commit comments

Comments
 (0)