Edit report at https://bugs.php.net/bug.php?id=65617&edit=1

 ID:                 65617
 Updated by:         ahar...@php.net
 Reported by:        rodrigo dot emygdio at gmail dot com
 Summary:            Interactive mode dosen't work
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            CGI/CLI related
 Operating System:   Ubuntu 13.04 3.8.0-30-generic
 PHP Version:        5.5.3
 Block user comment: N
 Private report:     N

 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

If you don't have readline support compiled into your PHP build, nothing will 
be 
executed until you close stdin (via Ctrl-D in most environments).


Previous Comments:
------------------------------------------------------------------------
[2013-09-04 19:38:42] rodrigo dot emygdio at gmail dot com

Description:
------------
Hi,

I use the following php version:
      PHP 5.5.3 (cli)
      Zend Engine v2.5.0

In a Interactive mode (php -a), when  I execute any php command nothing happens

echo "Hello World";



Expected result:
----------------
The expected result was the Interactive mode execute the php command, in the 
case print the string  "Hello Word"  on standard output

Actual result:
--------------
Result: nothing, the cursor remains blinking and don't execute the php command


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65617&edit=1

Reply via email to