proctitle

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

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
0.1.2 2012-05-11 proctitle-0.1.2.tgz
0.1.1 2009-01-30 proctitle-0.1.1.tgz
0.1.0 2009-01-29 proctitle-0.1.0.tgz
Show all releases

Changelog

Version Message
0.1.2 - Fixed package version by using a define (suggested by rza)
- Added setthreadtitle() (bjori)
- Fixed compatibility for PHP 5.4+ (johannes)
0.1.1 - Fixed copyright (thanks to Wez)
- Added BSD system autodetection (native call "setproctitle")
0.1.0 - 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)
Show complete changelog