Package Information |
Summary |
Allows setting the current process name on Linux and BSD |
Maintainers |
Mark Karpeles <
magicaltux at php dot net >
(lead)
[details]
|
License |
PHP License |
Description |
This extension allows changing the current process' name on Linux and *BSD systems. This is useful when using pcntl_fork() to identify running processes in process list |
Homepage |
https://github.com/MagicalTux/proctitle
|
Release notes
Version 0.1.2
(alpha)
|
- Fixed package version by using a define (suggested by rza) - Added setthreadtitle() (bjori) - Fixed compatibility for PHP 5.4+ (johannes) |