Skip to content

Commit

Permalink
Adding in NEWS/UPGRADING about process title change support.
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurdg committed Mar 11, 2013
1 parent cdacda7 commit c7ad92f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions UPGRADING
Expand Up @@ -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
Expand Down

0 comments on commit c7ad92f

Please sign in to comment.