Возможно ли с помощью PHP выполнить команду и тем самым заменить текущий процесс?Как в C или Ruby:
exec('ls') # should not get here
Попробуйте pcntl_exec: http://se.php.net/manual/en/function.pcntl-exec.php
pcntl_exec