]> granicus.if.org Git - php/commit
- Implement FR#53878 Interactive shell should work with shared readline extension
authorJohannes Schlüter <johannes@php.net>
Sat, 19 Feb 2011 16:04:30 +0000 (16:04 +0000)
committerJohannes Schlüter <johannes@php.net>
Sat, 19 Feb 2011 16:04:30 +0000 (16:04 +0000)
commit6c734a6b4c9ecf90162cf53fcf5f89864ccabbde
tree7208c4fd48a2d04612a1877b8ab14e42344a394b
parent430af9a0abe07274597eda9f6fe544e87abb7e45
- Implement FR#53878 Interactive shell should work with shared readline extension

# This is useful w/ distributors who like to build all things shared or don't
# provide the readline extension. Or if a user pefers readline's behavior over
# libedit which might be used by the  distributor.
NEWS
ext/readline/config.m4
ext/readline/readline.c
ext/readline/readline_cli.c [moved from sapi/cli/php_cli_readline.c with 75% similarity]
ext/readline/readline_cli.h [moved from sapi/cli/php_cli_readline.h with 86% similarity]
sapi/cli/cli.h [new file with mode: 0644]
sapi/cli/config.m4
sapi/cli/config.w32
sapi/cli/php_cli.c