Closed GeeH closed 9 years ago
Hello Gary, I have the same problem on my Mac: It seems this functionality is blocked for security reasons (by Apple).
While waiting to find a better solution, I work around the problem with @cli_set_proc_title()
.
@GeeH can you confirm that your working on a Mac? Which PHP versions are you using?
Same problem here with no real solution except using root
I can indeed - I’m using Mac OS X 10.10.3 and PHP version 5.6.5
On 25 April 2015 at 12:59:46, Ralf Eggert (notifications@github.com) wrote:
Same problem here with no real solution except using root
liip/php-osx#139
— Reply to this email directly or view it on GitHub.
If you look at the method there is already a version check implemented.
https://github.com/zfcampus/zf-console/blob/master/src/Application.php#L528
Maybe we could add an OS check as well. Would PHP_OS
be sufficient to identify Mac OS X? What do you get from var_dump(PHP_OS);
?
Other suggestions to identify OS X?
Or maybe php_uname()
could do the job?
string(6) “Darwin"
HTH :P On 25 April 2015 at 12:59:46, Ralf Eggert (notifications@github.com) wrote:
Same problem here with no real solution except using root
liip/php-osx#139
— Reply to this email directly or view it on GitHub.
I will try to provide a fix later on...
Hello.
In multiple applications, every time I use a console route I get the following warning:
This happens both inside and outside of ZF2 app.
Thank you.