summaryrefslogtreecommitdiff
path: root/ext/readline/readline_cli.c
Commit message (Expand)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-7/+7
* Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-1/+0
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-8/+8
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-41/+40
* bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-061-7/+0
|\
| * Remove <% and <script language="php"> tagsNikita Popov2014-10-051-7/+0
* | remove fetches in readlinekrakjoe2014-09-271-1/+0
|/
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* 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
* master renames phase 1Anatol Belski2014-08-251-8/+8
* Merge branch 'master' into phpngDmitry Stogov2014-08-041-2/+15
|\
| * Fix bug #67496 Save command history when exiting interactive shell with contr...Dmitry Saprykin2014-07-241-1/+11
| * Fix bug #55496 Interactive mode doesn't force a newline before the promptJohannes Schlüter2014-07-241-1/+4
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Add a constant, READLINE_LIB, to be able to differenciate which lib is being ...Hannes Magnusson2011-09-061-0/+6
| * Mention which library php is usingHannes Magnusson2011-09-061-0/+5
* | 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-181-35/+34
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Add a constant, READLINE_LIB, to be able to differenciate which lib is being ...Hannes Magnusson2011-09-061-0/+6
* | Mention which library php is usingHannes Magnusson2011-09-061-0/+5
|/
* - Fixed buildFelipe Pena2011-02-191-0/+4
* - Implement FR#53878 Interactive shell should work with shared readline exten...Johannes Schlüter2011-02-191-0/+752