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

2013-07-20 Thread Keith Davis
Good to know. Keith Davis - (214) 906-5183 -Original Message- From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] Sent: Saturday, July 20, 2013 8:50 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Re: CLI Crash Bug Keith Davis in php.windows (Sat, 20 Jul 2013 07:14:39 -0500): >We are try

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

2013-07-20 Thread Keith Davis
The problem with using the x64 version just for command line is we are running PHPUnit and composer and we need the build to be the same as production - which is running IIS. We are planning on doing some straight command line stuff on a production box as well, and this x64 info is good to know

[PHP-WIN] Re: CLI Crash Bug

2013-07-20 Thread Jan Ehrhardt
Keith Davis in php.windows (Sat, 20 Jul 2013 07:14:39 -0500): >We are trying to move to 5.5, but are stopped by this bug which we reported: BTW: my NTS builds of 5.5 also contain a php_wincache.dll, compiled from the most recent sources. Jan -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] Re: CLI Crash Bug

2013-07-20 Thread Jan Ehrhardt
Hi Keith, Long tme, no hear. Keith Davis in php.windows (Sat, 20 Jul 2013 07:14:39 -0500): >We are trying to move to 5.5, but are stopped by this bug which we reported: > >https://bugs.php.net/bug.php?id=65247 > >Description: > >If Opcache is enabled for CLI, php.exe crashes on shutdo

[PHP-WIN] CLI Crash Bug

2013-07-20 Thread Keith Davis
We are trying to move to 5.5, but are stopped by this bug which we reported: https://bugs.php.net/bug.php?id=65247 Description: If Opcache is enabled for CLI, php.exe crashes on shutdown every single time, on 3 different machines. No crashes on FastCGI (IIS 7.5), and no crashes on