Uh oh!
There was an error while loading. Please reload this page.
Expose attempted_completion_over variable from readline library - #349
Expose attempted_completion_over variable from readline library#349axlops wants to merge 2 commits into
Conversation
laruence
commented
May 28, 2013
and also, test script is needed , thanks |
axlops
commented
May 28, 2013
It seemed safe to use strcasecmp since others statements dealing with readline variables use it too. $ ./run-tests.php ext/readline/tests/readline_info_001.phpt PHP : ./sapi/cli/php Tests passed : 1 (100.0%) (100.0%)Time taken : 0 seconds |
php-pulls
commented
Jun 17, 2013
Comment on behalf of stas at php.net: merged |
This variable allows to prevent filename completion in completer function by exposing this variable and allowing PHP to update it. It closes https://bugs.php.net/bug.php?id=55694
Patch used (and updated) since PHP 5.2.