From:             daniel at port dot as
Operating system: windoze (all versions)
PHP version:      4.3.3RC4
PHP Bug Type:     Scripting Engine problem
Bug description:  php -a doesn't work on windows

Description:
------------
Interactive mode (php -a) doesn't seem to work on windows. File mode works
fine. I've tried various versions of windows and PHP, but the result is
the same. Interactive mode works fine in Linux.

Reproduce code:
---------------
C:\PHP>php -a
Interactive mode enabled

<? echo working? ?>
^C


Expected result:
----------------
working?

Actual result:
--------------
<no output>

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

Reply via email to