summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-06-172-0/+4
|\
| * Suppress zend signals check in two readline testsNikita Popov2020-06-172-0/+4
* | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-1/+1
* | Generate function entries for another batch of extensionsMáté Kocsis2020-04-053-40/+60
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-091-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-091-1/+1
| |\
| | * Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-091-1/+1
* | | Reindent phpt filesNikita Popov2020-02-033-7/+7
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-4/+4
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-13/+13
* | | Add union return types for function stubsMáté Kocsis2019-11-112-3/+2
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-301-1/+4
|\ \ \ | |/ /
| * | Fix borked SKIPIFsFabien Villepinte2019-09-301-1/+4
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-254-8/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-111-0/+1
|\ \ \ | |/ /
| * | Free history_get_history_state() resultNikita Popov2019-09-111-0/+1
* | | Make sure that params with null default are marked nullableNikita Popov2019-08-262-2/+2
* | | Fix bug77812-*.phptChristoph M. Becker2019-08-232-2/+8
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-233-4/+95
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-233-4/+95
| |\ \ | | |/
| | * Fix #77812: Interactive mode does not support PHP 7.3-style heredocChristoph M. Becker2019-08-233-4/+95
* | | Add readline arginfo stubsStephen Reay2019-08-123-56/+101
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-121-0/+16
|\ \ \ | |/ /
| * | Add missing argument checksChristoph M. Becker2019-08-121-0/+16
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-10/+2
|\ \ \ | |/ /
| * | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-10/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-4/+12
|\ \ \ | |/ /
| * | Allow exceptions in __toString()Nikita Popov2019-06-051-4/+12
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-05-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-211-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-211-1/+1
| | |\
| | | * use {TMP} placeholder in phpt testsHolly Li (WIPRO LIMITED)2019-05-211-1/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-3/+2
|\ \ \ \ | |/ / /
| * | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-3/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-8/+14
|\ \ \ \ | |/ / /
| * | | Avoid potentially-uninitialized warnings in readlineNikita Popov2019-04-121-5/+4
| * | | Fix uninitializde heredoc_tag use in readlineNikita Popov2019-04-121-3/+10
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-111-5/+0
|\ \ \ \ | |/ / /
| * | | Remove the readline thread-safety warningNikita Popov2019-04-111-5/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-071-3/+0
|\ \ \ \ | |/ / /
| * | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-3/+0
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-191-4/+0
|\ \ \ \ | |/ / /
| * | | Remove extension readmesPeter Kokot2019-03-191-4/+0
* | | | Adjust tests for zpp TypeError changeNikita Popov2019-03-115-20/+0
|/ / /
* | | Remove function_table var from the callerc9s2019-03-111-2/+2
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+8
* | | use pkg-config for libeditRemi Collet2019-02-191-15/+11
* | | add readline_list_history with libedit >= 3.1 and mingweditlineRemi Collet2019-02-195-11/+49