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
- 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)