From:             
Operating system: Windows XP SP 3
PHP version:      5.3.2
Package:          CGI related
Bug Type:         Bug
Bug description:CLI interactive output not displayed

Description:
------------
Run php at the command line in Windows in interactive mode (php -a), echo
something, nothing happens until the process is ended (see test script for
example command line session). Doesn't work in PHP 5.3.X. Does work in PHP
5.2.X.



Tried Zend build, version shipped with eclipse, and version distributed on
windows.php.net VC6 and VC9.

Test script:
---------------
c:\php> .\php.exe -an

Interactive mode enabled



<?php

echo 'hi';

^Z

hi

c:\php> 



Expected result:
----------------
Session example included. Should output the string 'hi' to the console
after "echo 'hi';" (this is correct in PHP 5.2.X)

Actual result:
--------------
Nothing output after executing "echo 'hi';" line. See test script for
example session at command line.

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

Reply via email to