readline cannot be disabled with --disable-readline if the extension is present.
readline PHP extension, with --disable-readline option.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.
Most helpful comment
Clarification:
--disable-readlineis to disable use of the extension readline's functionreadline()and usefgets(STDIN)instead, not to disable stdin.