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

Frago9876543210 picture Frago9876543210  路  50Comments

Muqsit picture Muqsit  路  23Comments

matcracker picture matcracker  路  17Comments

zKoz210 picture zKoz210  路  27Comments

jarne picture jarne  路  20Comments