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
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: 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

Pull Requests

History

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