summaryrefslogtreecommitdiff
path: root/ext/readline/readline_cli.c
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of `#[` attributes in `php -a`Tyson Andre2020-09-061-0/+4
* Improve handling of `#[` in `php -a`Tyson Andre2020-09-051-2/+2
* Allow overriding completion in `auto_prepend_file`Tyson Andre2020-08-011-1/+8
* Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-231-4/+7
|\
| * Fix #77812: Interactive mode does not support PHP 7.3-style heredocChristoph M. Becker2019-08-231-4/+7
* | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-10/+2
* | Avoid potentially-uninitialized warnings in readlineNikita Popov2019-04-121-5/+4
* | Fix uninitializde heredoc_tag use in readlineNikita Popov2019-04-121-3/+10
* | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-3/+0
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Move to size_t for string lengthAnatol Belski2018-07-091-12/+12
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-6/+6
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* Merge branch 'PHP-7.0'Joe Watkins2016-04-291-1/+2
|\
| * fix size_t signed comparisonJoe Watkins2016-04-291-1/+2
* | add wineditline info to minfoAnatol Belski2016-01-151-1/+3
* | basic support for wineditlineAnatol Belski2016-01-151-1/+30
|/
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-151-0/+4
|\
| * Fix header file includeJason Young2016-01-151-0/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Various warning fixesNikita Popov2015-07-171-1/+1
* | 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