php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74591 readline with | more option not showing prompt and typing
Submitted: 2017-05-15 00:04 UTC Modified: 2017-05-15 06:26 UTC
From: remco dot pc at outlook dot com Assigned:
Status: Open Package: Readline related
PHP Version: 5.6.30 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: remco dot pc at outlook dot com
New email:
PHP Version: OS:

 

 [2017-05-15 00:04 UTC] remco dot pc at outlook dot com
Description:
------------
when i do a readline in php for cli and add |more to the command readline doesnt show chars or the prompt.

Test script:
---------------
<?php
readline('here');



php test.php | more

Expected result:
----------------
here and readline chars

Actual result:
--------------
cursor blinking

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-05-15 06:26 UTC] stas@php.net
-Package: PHP Language Specification +Package: Readline related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 16:01:29 2024 UTC