summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a test for the exception cases of readline_read_historyPedro MFA Evangelista2014-09-281-0/+12
* | Remove <% and <script language="php"> tagsNikita Popov2014-10-051-7/+0
* | Move smart_str implementation into Zend/Nikita Popov2014-09-212-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
* | Fix readline warningsNikita Popov2014-09-051-2/+2
* | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-2/+2
* | Use global symbol table for completion after $ in readline.Johannes Schlüter2014-08-301-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* | master renames phase 1Anatol Belski2014-08-252-30/+30
* | basic macro replacements, all at onceAnatol Belski2014-08-191-21/+21
* | Merge branch 'master' into phpngDmitry Stogov2014-08-041-2/+15
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-07-241-1/+11
| |\
| | * Fix bug #67496 Save command history when exiting interactive shell with contr...Dmitry Saprykin2014-07-241-1/+11
| * | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-07-241-1/+4
| |\ \ | | |/
| | * Fix bug #55496 Interactive mode doesn't force a newline before the promptJohannes Schlüter2014-07-241-1/+4
| | * Bump yearXinchen Hui2014-01-034-4/+4
| * | fix testStanislav Malyshev2014-01-261-1/+2
* | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-1/+2
* | | phpng support for ext/readlineDmitry Stogov2014-05-182-114/+92
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+2
|\ \ \
| * | | fix testStanislav Malyshev2014-01-261-1/+2
| |/ /
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-6/+6
|/ /
* | Skip readline tests which fail with libeditRemi Collet2014-01-208-4/+131
* | Fixed Bug #66412 readline_clear_history() with libedit causes segfault after ...Remi Collet2014-01-201-0/+5
* | Bump yearXinchen Hui2014-01-034-4/+4
* | Fix Bug #65714 PHP cli forces the tty to cooked modeRemi Collet2013-11-151-1/+4
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-2/+2
|/
* readline can output control codesStanislav Malyshev2013-06-172-3/+3
* Bug #55694: Update readline test to support attempted_completion_over variableHartmel2013-06-161-1/+7
* Bug #55694: Expose attempted_completion_over variable from readline libraryHartmel2013-06-161-1/+9
* Happy New YearXinchen Hui2013-01-014-4/+4
* Fix bug #62186 readline fails to compileJohannes Schlüter2012-05-311-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-03-211-0/+8
|\
| * Add open_basedir checks to readline_write_history and readline_read_historyRasmus Lerdorf2012-03-211-0/+8
| * Fixed bug #61088 (Memory leak in readline_callback_handler_install).Xinchen Hui2012-03-111-3/+2
| * - Year++Felipe Pena2012-01-012-2/+2
| * - Fix #55301 (readline part) check if malloc succededPierre Joye2011-07-281-1/+7
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * Fixed bug #53630 (Fixed parameter handling inside readline() function).Ilia Alshanetsky2011-01-101-1/+1
| * - Year++Felipe Pena2011-01-012-2/+2
* | Fixed bug #61088 (Memory leak in readline_callback_handler_install).Xinchen Hui2012-03-111-3/+2
* | - Year++Felipe Pena2012-01-014-4/+4
* | Add a constant, READLINE_LIB, to be able to differenciate which lib is being ...Hannes Magnusson2011-09-061-0/+6
* | Fixed bug#54450 (callback function when built against libedit)Hannes Magnusson2011-09-062-0/+26
* | Mention which library php is usingHannes Magnusson2011-09-061-0/+5
* | - Fix #55301 (readline part) check if malloc succededPierre Joye2011-07-281-1/+7
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* | - Fixed buildFelipe Pena2011-02-191-0/+4