proctitle 0.1.1

Allows setting the current process name on Linux and BSD


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

License: PHP License

Changes

- Fixed copyright (thanks to Wez)
- Added BSD system autodetection (native call "setproctitle")