ID: 43566 User updated by: phpbugs dot jj05 at xoxy dot net -Summary: Logical xor operator crashes PHP under Windows Reported By: phpbugs dot jj05 at xoxy dot net -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Windows Vista PHP Version: 5.2.5 New Comment:
After further investigation, I've found that the bug is caused by Zend Optimizer 3.3.0 . Disabling Zend Optimizer solved the issue. Previous Comments: ------------------------------------------------------------------------ [2008-01-29 00:45:02] [EMAIL PROTECTED] Cannot reproduce. Please try with a working Windows version. ------------------------------------------------------------------------ [2007-12-11 16:06:49] phpbugs dot jj05 at xoxy dot net Description: ------------ Using the xor logical operator crashes PHP 5.2.5 under Windows Vista. This does not seem to happen with Linux. Reproduce code: --------------- <?php echo (true xor false); ?> Actual result: -------------- Fehlerhafte Anwendung php.exe, Version 5.2.5.5, Zeitstempel 0x4733dfab, fehlerhaftes Modul unknown, Version 0.0.0.0, Zeitstempel 0x00000000, Ausnahmecode 0xc0000005, Fehleroffset 0x00000000, Prozess-ID 0x1400, Anwendungsstartzeit 01c83c0ec4d2fef0. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43566&edit=1
