Expose attempted_completion_over variable from readline library#349
Expose attempted_completion_over variable from readline library#349axlops wants to merge 2 commits intophp:masterfrom axlops:master
Conversation
|
and also, test script is needed , thanks |
|
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 |
|
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.