summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-024-4/+4
|
* revert workaround for bug #74489 as it's fixed in the dependency libAnatol Belski2017-05-141-1/+1
|
* Fixed bug #74489 readline() immediately returns false in interactive console ↵Anatol Belski2017-04-221-1/+1
| | | | mode
* Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
|
* extend skipifAnatol Belski2016-11-181-0/+1
|
* Merge branch 'PHP-7.0'Xinchen Hui2016-07-032-0/+20
|\ | | | | | | | | * PHP-7.0: Fixed bug #72538 (readline_redisplay crashes php)
| * Fixed bug #72538 (readline_redisplay crashes php)Xinchen Hui2016-07-032-0/+20
| |
* | Fixed compilation warningsDmitry Stogov2016-06-281-0/+2
| |
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
| |
* | Merge branch 'PHP-7.0'Joe Watkins2016-04-291-1/+2
|\ \ | |/ | | | | | | * PHP-7.0: fix size_t signed comparison
| * fix size_t signed comparisonJoe Watkins2016-04-291-1/+2
| |
| * Eliminate usages of _PP macrosNikita Popov2016-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | These are either in debug code (fix them), commented out (drop them) or in dead compatibility macros (drop them). One usage was in php_stream_get_from_zval(), which we have not used since at least PHP 5.2 and, judging from the fact that nobody complained about it causing compile errors in PHP 7, nobody else uses it either, so drop it. There are still remaining uses in mysqli embedded and odbc birdstep. These probably need to be dropped outright.
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-021-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Fixed test ext/readline/tests/readline_read_history_error_001.phpt
| * Fixed test ext/readline/tests/readline_read_history_error_001.phptXinchen Hui2016-03-021-1/+1
| | | | | | | | This only pass with libedit
| * The test self should be fixed(maybe relates to env?)Xinchen Hui2016-02-291-1/+1
| | | | | | | | | | | | Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt" This reverts commit 69e26f9f8fb444fab29bba0fc99fab0cf6f80dd4.
* | Merge branch 'PHP-7.0'Xinchen Hui2016-02-291-1/+1
|\ \ | | | | | | | | | | | | * PHP-7.0: Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"
| * | Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"Xinchen Hui2016-02-291-1/+1
| |/ | | | | | | This reverts commit 69e26f9f8fb444fab29bba0fc99fab0cf6f80dd4.
* | Merge branch 'PHP-7.0'Xinchen Hui2016-02-291-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Fixed test ext/readline/tests/readline_read_history_error_001.phpt
| * Fixed test ext/readline/tests/readline_read_history_error_001.phptXinchen Hui2016-02-291-1/+1
| |
* | vc doesn't support #warningAnatol Belski2016-01-191-0/+2
| |
* | fork testAnatol Belski2016-01-152-0/+32
| |
* | fork testAnatol Belski2016-01-152-0/+45
| |
* | add wineditline info to minfoAnatol Belski2016-01-151-1/+3
| |
* | basic support for wineditlineAnatol Belski2016-01-152-1/+38
| |
* | config.w32 for ext/readlineAnatol Belski2016-01-151-0/+16
| |
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-151-0/+4
|\ \ | |/ | | | | | | * PHP-7.0: Fix header file include
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-151-0/+4
| |\ | | | | | | | | | | | | * PHP-5.6: Fix header file include
| | * Fix header file includeJason Young2016-01-151-0/+4
| | |
* | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-014-4/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-014-4/+4
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
| | |
* | | Merge branch 'PHP-7.0'Nikita Popov2015-12-111-8/+8
|\ \ \ | |/ /
| * | Fixed bug #71094Nikita Popov2015-12-111-8/+8
| | | | | | | | | | | | | | | | | | | | | I didn't see any non-dummy readline tests to work off, so this change is tested manually only. While at it also fix other zval_dtors and use ZVAL_COPY.
* | | Eliminate _PP macroStanislav Malyshev2015-10-181-1/+1
|/ / | | | | | | | | Not sure if this code ever used (probably not as it doesn't even compile now) but just in case...
* | Various warning fixesNikita Popov2015-07-171-1/+1
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-302-9/+9
| | | | | | | | semantick changes).
* | 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
|\ \ | |/ | | | | | | Conflicts: ext/readline/readline.c
| * Fixed bug #69054 (Null dereference in readline_(read|write)_history() ↵Xinchen Hui2015-02-152-2/+14
| | | | | | | | without parameters)
| * Bump yearXinchen Hui2015-01-154-4/+4
| |
* | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
| | | | | | | | | | Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.
* | 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
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * PHP-5.6: test to function addcslashes test Test PHP Init Fail Without Params Add my information to this test Add a test for the exception cases of readline_read_history added some tests to datetime and dateinterval functions added various tests for XSLTProcessor and one test for iconv extension teste basico da funcao timezone_version_get
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | As per https://wiki.php.net/rfc/remove_alternative_php_tags. Removes: * <% opening tag * %> closing tag * <%= short opening tag * /<script\s+language\s*=\s*(php|"php"|'php')\s*>/i opening tag * /</script>/i closing tag * asp_tags ini directive