summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* Fixed bug #72538 (readline_redisplay crashes php)Xinchen Hui2016-07-032-0/+20
* fix size_t signed comparisonJoe Watkins2016-04-291-1/+2
* Eliminate usages of _PP macrosNikita Popov2016-03-031-1/+1
* Fixed test ext/readline/tests/readline_read_history_error_001.phptXinchen Hui2016-03-021-1/+1
* The test self should be fixed(maybe relates to env?)Xinchen Hui2016-02-291-1/+1
* Fixed test ext/readline/tests/readline_read_history_error_001.phptXinchen Hui2016-02-291-1/+1
* 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-014-4/+4
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
* | Fixed bug #71094Nikita Popov2015-12-111-8/+8
* | 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-302-9/+9
* | Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-1/+0
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
* | Merge branch 'PHP-5.6'Xinchen Hui2015-02-152-2/+14
|\ \ | |/
| * Fixed bug #69054 (Null dereference in readline_(read|write)_history() without...Xinchen Hui2015-02-152-2/+14
| * Bump yearXinchen Hui2015-01-154-4/+4
* | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
* | bump yearXinchen Hui2015-01-154-4/+4
* | trailing whitespace removalStanislav Malyshev2015-01-103-30/+30
* | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-58/+55
* | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-0/+14
|\ \ | |/
| * Add my information to this testPedro MFA Evangelista2014-09-281-1/+3
| * 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