php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65617 Interactive mode dosen't work
Submitted: 2013-09-04 19:38 UTC Modified: 2013-09-04 20:34 UTC
From: rodrigo dot emygdio at gmail dot com Assigned:
Status: Not a bug Package: CGI/CLI related
PHP Version: 5.5.3 OS: Ubuntu 13.04 3.8.0-30-generic
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rodrigo dot emygdio at gmail dot com
New email:
PHP Version: OS:

 

 [2013-09-04 19:38 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-09-04 20:34 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 [2013-09-04 20:34 UTC] aharvey@php.net
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).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 03 13:01:30 2025 UTC