File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
- Core:
6
6
. Fixed bug #64354 (Unserialize array of objects whose class can't
7
7
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)
8
11
9
12
10
13
07 Mar 2013, PHP 5.5.0 Alpha 6
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ PHP 5.5 UPGRADE NOTES
79
79
(https://wiki.php.net/rfc/generators)
80
80
- ClassName::class syntax returning full class name for a class as
81
81
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)
82
84
83
85
========================================
84
86
2. Changes in SAPI modules
You can’t perform that action at this time.
0 commit comments