RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-23 Thread Keith Davis
Wow. Eric responded to you in like a minutenot like a (6) month(s) like most of us. (Sorry, Eric.) -- View the complete topic at: http://forums.iis.net/p/1196789/2055124.aspx/1?Re+WinCache+for+PHP+5+5+ Posted By: DropPhone in Windows Cache Extension for PHP Subject: Re: Wi

Re: [PHP-WIN] Re: CLI Crash Bug

2013-07-23 Thread Jan Ehrhardt
Keith Davis in php.windows (Tue, 23 Jul 2013 06:43:06 -0500): >It's only with: >wincache.enablecli=1 & opcache.enable_cli=1 OK. And those two do not go along when php is running from th ecommandline. They produce errors while closing the script. There is a nasty workaround: leave PHP before the e

RE: [PHP-WIN] Re: CLI Crash Bug

2013-07-23 Thread Keith Davis
Just to be clear, this does not occur with: wincache.enablecli=1 & opcache.enable_cli=0 It's only with: wincache.enablecli=1 & opcache.enable_cli=1 You are correct, I am only using the ucache of wincache now that opcache is available (and am currently testing MongoDB as a replacement for Winca

Re: [PHP-WIN] Re: CLI Crash Bug

2013-07-23 Thread Jan Ehrhardt
Keith Davis in php.windows (Mon, 22 Jul 2013 12:49:59 -0500): >A, geez. It looks like it's caused by Wincache. I disable and >enable that extension and the crashing stops and starts. > >However, again, I've tested Wincache thoroughly with Opcache in >IIS and have no issues. It's only on the com