Re: CLI Crashing

[email protected] (Jan Ehrhardt) Sat, 12 Oct 2013 16:03:28 +0200
Newsgroups php.windows
Message-ID <[email protected]>
Keith Davis in php.windows (Fri, 11 Oct 2013 10:46:04 -0500):
>I just opened this issue:
>
>https://github.com/zendtech/ZendOptimizerPlus/issues/141
>
>We have 2 production servers, one runs IIS and FastCGI and works
>fine. The other is using php-win.exe and run's CLI scripts only.
>Opcache fails on the CLI server about 10% of the time:

>But is the same issue as this?
>
>https://github.com/zendtech/ZendOptimizerPlus/issues/109

That issue is only happening when you run two PHP's together on the same
machine, both with their own opcache. It seems like you are running
php-win.exe without any other PHP on the same machine, in which case it
cannot be this issue.

Jan