PHP-Daemon icon indicating copy to clipboard operation
PHP-Daemon copied to clipboard

Core_Daemon->getOpt should load console arguments from argv

Open xterr opened this issue 9 years ago • 0 comments

Using native getopt method from php it doesn`t let you alter the arguments list in order to get the corresponding arguments correctly.

For example, you may access the daemon from a framework, so "php bootstrap.php <daemonName> -d" won`t daemonize the process.

xterr avatar May 13 '15 17:05 xterr