Missing functions in libedit replacement for readline
I've found a problem with the libedit replacement of the readline extension in php in that it doesn't implement all of the readline functions. In particular readline_
I know I can re-compile PHP with readline support, but I'm in the process of developing a PHP framework and it would be nice to develop a solution that would work out of the box for most common Linux distributions.
Can you tell me how I can get support for these functions in PHP, or perhaps how I can use readline (libedit) in conjunction with pcntl_signal() to catch control-c and other signals?
Thanks so much,
Scott Bowers.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu libedit Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Scott Bowers for more information if necessary.