| Package Information |
| Summary |
Allows setting the current process name on Linux and BSD |
| Maintainers |
Mark Karpeles <magicaltux@php.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.0 (alpha) |
- Fixed/improved parts of the code based on suggestions by johannes
- Merged code from various sources (initial wikipedia code, code found on bug report, etc) |