From: david at acz dot org
Operating system: UNIX
PHP version: 4.3.10
PHP Bug Type: Readline related
Bug description: readline() completes filesystem
Description:
------------
The readline() function always tab completes the filesystem even if a
custom completion function is used. This behavior is undocumented and
undesirable in some applications.
Reproduce code:
---------------
<?
readline_completion_function("complete");
readline("> ");
function complete($line, $pos, $cursor)
{
return array();
}
?>
Expected result:
----------------
I expect nothing to happen when I press tab.
Actual result:
--------------
The filesystem is completed as with bash.
--
Edit bug report at http://bugs.php.net/?id=31796&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=31796&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=31796&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=31796&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=31796&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=31796&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=31796&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=31796&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=31796&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=31796&r=support
Expected behavior: http://bugs.php.net/fix.php?id=31796&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=31796&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=31796&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=31796&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=31796&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=31796&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=31796&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=31796&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=31796&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=31796&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=31796&r=mysqlcfg