From:             lionel dot staal at proconsultant dot net
Operating system: Windows XP
PHP version:      4.3.3
PHP Bug Type:     Scripting Engine problem
Bug description:  Crash when run as script engine

Description:
------------
When I use PHP on command line to check a source file, like this:

c:\php\php -l -f try.php

I get a crash just a the end of the work, whatever the content of the
analyzed file: PHP does its job correctly, it tells me the errors when
there are ones, but when leaving, it crashes and XP asks me if I agree to
send a crash report to Microsoft.

In fact, it is very annoying when, in my case, you use Eclipse with the
EXCELLENT PHPEclipse plug-in (see SourceForge), which checks the syntax
with the above command line at each file saving. For each Ctrl-S, you get
the XP crash report window.

Reproduce code:
---------------
c:\php\php -l -f try.php

Whatever code you put in 'try.php'.

Expected result:
----------------
All the analysis and then no crash.

Actual result:
--------------
All the analysis and then crash.

-- 
Edit bug report at http://bugs.php.net/?id=25969&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25969&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25969&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25969&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25969&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25969&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25969&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25969&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25969&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25969&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25969&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25969&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25969&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25969&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25969&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25969&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25969&r=float

Reply via email to