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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Fri Apr 19 04:01:28 2024 UTC