I will, but 2 things that really confuse me:

* we have one machine (out of 4) that does not crash - all of these machines 
are built and configured to a specification,  so I don't know why this one is 
different
* the error does not occur when in IIS - only on the CLI

Keith Davis - (214) 906-5183


-----Original Message-----
From: Jan Ehrhardt [mailto:php...@ehrhardt.nl]
Sent: Monday, July 22, 2013 11:04 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Re: CLI Crash Bug

Keith Davis in php.windows (Mon, 22 Jul 2013 10:36:32 -0500):
>"Maybe the developers of OPcache can do something with this
>information, although it is deep inside Windows. Is it a Windows
>Server? Which edition? 2008 R2 or higher?"
>
>How do I contact them?

https://github.com/zendtech/ZendOptimizerPlus
Open an issue.

>                       Actually, this is Windows 7 Professional Service
>Pack 1. I can test on a Server 2008 R2 machine (which is what we use in
>production), if that would help.

You've got a really weird problem at hand. If even 'php -r exit();'
crashes, there definitely is something wrong with your setup. Did you load 
php_opcache.dll with

zend_extension=php_opcache.dll (no path=it looks in your extension_dir)

And did you have the recommended opcache.xxx settings as stated at the bottom 
of https://github.com/zendtech/ZendOptimizerPlus

To rule out other factors, I would disable all extensions except opcache and 
then try php -r exit(); once again.

Jan

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: 
http://www.php.net/unsub.php



This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to