Pocketmine-mp: --disable-readline command-line option does not work

Created on 18 Oct 2016  路  4Comments  路  Source: pmmp/PocketMine-MP

Issue description

readline cannot be disabled with --disable-readline if the extension is present.

Steps to reproduce the issue

  1. Run a server on a Linux box with readline PHP extension, with --disable-readline option.

OS and versions

Core Fixed

Most helpful comment

Clarification: --disable-readline is to disable use of the extension readline's function readline() and use fgets(STDIN) instead, not to disable stdin.

All 4 comments

Off-topic: Why would you want to disable readline? Or is there no particular reason?

We initially discovered this issue in Travis with a spam of > > > > >

Clarification: --disable-readline is to disable use of the extension readline's function readline() and use fgets(STDIN) instead, not to disable stdin.

Oh ok.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nmo0ory picture nmo0ory  路  3Comments

sergeysova picture sergeysova  路  3Comments

SuperAdam47 picture SuperAdam47  路  3Comments

dktapps picture dktapps  路  3Comments

Muqsit picture Muqsit  路  3Comments