From:             louis at steelbytes dot com
Operating system: Vista SP1 x64
PHP version:      5.2.6
PHP Bug Type:     CGI related
Bug description:  cgi crashes when using -n and -z ZendOptimizer 3.3.0

Description:
------------
php 5.2.6 win32
zend optimizer 3.3.0

crashes.

not 100% sure if this is zendopt of php's fault.  so bug reporting to both
:-)

Reproduce code:
---------------
crash:
  php-cgi.exe -n -z "C:\pathblah\php-5.2.x\ZendOptimizer.dll"

no crash:
  php.exe -n -z "C:\pathblah\php-5.2.x\ZendOptimizer.dll"

crash:
  php-cgi.exe -n -z "C:\pathblah\php-5.2.x\ZendOptimizer.dll" -i

no crash:
  php-cgi.exe -n -i -z "C:\pathblah\php-5.2.x\ZendOptimizer.dll" -i

go figure.

Expected result:
----------------
no crash

Actual result:
--------------
Faulting application php-cgi.exe, version 5.2.6.6, time stamp 0x481b8f5f,
faulting module ZendOptimizer.dll, version 0.0.0.0, time stamp 0x4782498a,
exception code 0xc0000005, fault offset 0x000180fb, process id 0x16fc,
application start time 0x01c8fd067056e080.

-- 
Edit bug report at http://bugs.php.net/?id=45804&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45804&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45804&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45804&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45804&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45804&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45804&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45804&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45804&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45804&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45804&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45804&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45804&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45804&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45804&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45804&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45804&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45804&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45804&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45804&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45804&r=mysqlcfg

Reply via email to