Home
last modified time | relevance | path

Searched refs:readline (Results 1 – 25 of 29) sorted by path

12

/PHP-5.5/
H A DEXTENSIONS486 EXTENSION: readline
H A DNEWS986 - readline:
1456 - readline
2166 . Implement FR #55694 (Expose additional readline variable to prevent
2773 - readline:
2774 . Fixed bug #62612 (readline extension compilation fails with
2861 . Fixed bug #62186 (readline fails to compile - void function should not
3343 . Interactive readline shell improvements: (Johannes)
3348 . Interactive shell works with shared readline extension. FR #53878.
4472 . Fixed bug #53630 (Fixed parameter handling inside readline() function).
5339 - Fixed bug #50209 (Compiling with libedit cannot find readline.h).
[all …]
/PHP-5.5/Zend/tests/
H A Dbug40236.phpt6 if (extension_loaded("readline")) die("skip Test doesn't support readline");
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2416 1. When building with support for bzlib/zlib (pcregrep) and/or readline
2421 pcretest is linked with readline.
2707 17. Compiling pcretest on Windows with readline support failed without the
2741 - Added readline support for pcretest.
H A DREADME400 the readline() function. This provides line-editing and history facilities.
406 build. In many operating environments with a sytem-installed readline
408 unmodified distribution version of readline is in use), it may be necessary
410 the readline INSTALL, "Readline uses the termcap functions, but does not link
412 with readline the to choose an appropriate library." If you get error
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1251 readline() function. This provides line-editing and history facilities.
1258 an unmodified distribution version of readline is in use), some extra
1264 with readline the to choose an appropriate library."
/PHP-5.5/ext/readline/
H A DREADME.libedit1 This library can be built with libedit - non-GPL drop-in readline replacement.
H A Dconfig.m45 PHP_ARG_WITH(libedit,for libedit readline replacement,
9 PHP_ARG_WITH(readline,for readline support,
10 [ --with-readline[=DIR] Include readline support (CLI/CGI only)])
18 test -f $i/include/readline/readline.h && READLINE_DIR=$i && break
22 AC_MSG_ERROR(Please reinstall readline - I cannot find readline.h)
40 PHP_CHECK_LIBRARY(readline, readline,
44 AC_MSG_ERROR(readline library not found)
49 PHP_CHECK_LIBRARY(readline, rl_pending_input,
56 PHP_CHECK_LIBRARY(readline, rl_callback_read_char,
94 PHP_CHECK_LIBRARY(edit, readline,
[all …]
H A Dreadline.c44 PHP_FUNCTION(readline);
69 PHP_MINIT_FUNCTION(readline);
72 PHP_MINFO_FUNCTION(readline);
158 PHP_MINIT(readline),
159 PHP_MSHUTDOWN(readline),
161 PHP_RSHUTDOWN(readline),
162 PHP_MINFO(readline),
168 ZEND_GET_MODULE(readline)
171 PHP_MINIT_FUNCTION(readline) in PHP_MINIT_FUNCTION() argument
211 PHP_FUNCTION(readline) in PHP_FUNCTION() argument
[all …]
H A Dreadline_cli.c614 while ((line = readline(prompt)) != NULL) { in readline_shell_run()
/PHP-5.5/ext/readline/tests/
H A Dbug69054.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip"); ?>
H A Dlibedit_callback_handler_install_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_install')) d…
H A Dlibedit_callback_handler_remove_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_remove')) di…
H A Dlibedit_info_001.phpt4 <?php if (!extension_loaded("readline")) die("skip");
H A Dlibedit_write_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip");
10 $name = tempnam('/tmp', 'readline.tmp');
H A Dreadline_add_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
H A Dreadline_callback_handler_install_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_install')) d…
5 if (READLINE_LIB == "libedit") die("skip readline only");
H A Dreadline_callback_handler_remove_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_remove')) di…
5 if (READLINE_LIB == "libedit") die("skip readline only");
H A Dreadline_clear_history_001.phpt4 <?php if (!extension_loaded("readline")) die("skip"); ?>
H A Dreadline_completion_function_001.phpt4 <?php if (!extension_loaded("readline")) die("skip"); ?>
H A Dreadline_info_001.phpt4 <?php if (!extension_loaded("readline")) die("skip");
5 if (READLINE_LIB == "libedit") die("skip readline only");
H A Dreadline_list_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
H A Dreadline_read_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
8 $name = tempnam('/tmp', 'readline.tmp');
H A Dreadline_read_history_error_001.phpt6 <?php if (!extension_loaded("readline") || !function_exists('readline_read_history')) die("skip"); …
H A Dreadline_write_history_001.phpt4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip");
5 if (READLINE_LIB == "libedit") die("skip readline only");
10 $name = tempnam('/tmp', 'readline.tmp');

Completed in 101 milliseconds

12