Searched refs:readline (Results 1 – 21 of 21) sorted by relevance
/PHP-5.3/ext/readline/ |
H A D | config.m4 | 5 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, 87 PHP_CHECK_LIBRARY(edit, readline, [all …]
|
H A D | readline.c | 43 PHP_FUNCTION(readline); 68 PHP_MINIT_FUNCTION(readline); 69 PHP_RSHUTDOWN_FUNCTION(readline); 129 PHP_FE(readline, arginfo_readline) 153 PHP_MINIT(readline), 156 PHP_RSHUTDOWN(readline), 163 ZEND_GET_MODULE(readline) 166 PHP_MINIT_FUNCTION(readline) in PHP_MINIT_FUNCTION() argument 172 PHP_RSHUTDOWN_FUNCTION(readline) in PHP_RSHUTDOWN_FUNCTION() argument 193 PHP_FUNCTION(readline) in PHP_FUNCTION() argument [all …]
|
H A D | README.libedit | 1 This library can be built with libedit - non-GPL drop-in readline replacement.
|
/PHP-5.3/ext/readline/tests/ |
H A D | readline_write_history_001.phpt | 4 <?php if (!extension_loaded("readline") || !function_exists('readline_add_history')) die("skip"); ?> 8 $name = tempnam('/tmp', 'readline.tmp');
|
H A D | readline_read_history_001.phpt | 4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); … 8 $name = tempnam('/tmp', 'readline.tmp');
|
H A D | readline_clear_history_001.phpt | 4 <?php if (!extension_loaded("readline")) die("skip"); ?>
|
H A D | readline_list_history_001.phpt | 4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
|
H A D | readline_callback_handler_remove_001.phpt | 4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_remove')) di…
|
H A D | readline_completion_function_001.phpt | 4 <?php if (!extension_loaded("readline")) die("skip"); ?>
|
H A D | readline_add_history_001.phpt | 4 <?php if (!extension_loaded("readline") || !function_exists('readline_list_history')) die("skip"); …
|
H A D | readline_callback_handler_install_001.phpt | 4 <?php if (!extension_loaded("readline") || !function_exists('readline_callback_handler_install')) d…
|
H A D | readline_info_001.phpt | 4 <?php if (!extension_loaded("readline")) die("skip"); ?>
|
/PHP-5.3/Zend/tests/ |
H A D | bug40236.phpt | 6 if (extension_loaded("readline")) die("skip Test doesn't support readline");
|
/PHP-5.3/sapi/cli/tests/ |
H A D | 016.phpt | 2 CLI -a and readline 6 if (!extension_loaded('readline') || readline_info('done') === NULL) { 7 die ("skip need readline support");
|
H A D | 017.phpt | 6 if (!extension_loaded('readline') || readline_info('done') !== NULL) { 7 die ("skip need readline support using libedit");
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | README | 370 the readline() function. This provides line-editing and history facilities. 376 build. In many operating environments with a sytem-installed readline 378 unmodified distribution version of readline is in use), it may be necessary 380 the readline INSTALL, "Readline uses the termcap functions, but does not link 382 with readline the to choose an appropriate library." If you get error
|
H A D | ChangeLog | 1480 1. When building with support for bzlib/zlib (pcregrep) and/or readline 1485 pcretest is linked with readline. 1770 17. Compiling pcretest on Windows with readline support failed without the 1804 - Added readline support for pcretest.
|
/PHP-5.3/ |
H A D | EXTENSIONS | 474 EXTENSION: readline
|
H A D | NEWS | 1421 . Fixed bug #53630 (Fixed parameter handling inside readline() function). 2289 - Fixed bug #50209 (Compiling with libedit cannot find readline.h). 6215 - Fixed bug #35249 (compile failure when ext/readline is compiled as shared). 6789 - Fixed bug #31796 (readline completion handler does not handle empty return
|
/PHP-5.3/sapi/cli/ |
H A D | php_cli.c | 1138 while ((line = readline(prompt)) != NULL) { in WinMain()
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1217 readline() function. This provides line-editing and history facilities. 1224 an unmodified distribution version of readline is in use), some extra 1230 with readline the to choose an appropriate library."
|
Completed in 87 milliseconds