| 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.1 (alpha) |
- Fixed copyright (thanks to Wez)
- Added BSD system autodetection (native call "setproctitle") |