summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-0/+2
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-152-2/+3
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-114-8/+3
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-1/+1
* Merge branch 'PHP-8.0'Christoph M. Becker2021-01-071-0/+1
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-071-0/+1
| |\
| | * Avoid modifying the return value of readline_completion_function()Christoph M. Becker2021-01-071-0/+1
* | | Add --repeat testing modeNikita Popov2020-10-305-1/+8
|/ /
* | Review parameter names in ext/readlineMáté Kocsis2020-09-303-9/+9
* | Run tidyNikita Popov2020-09-184-4/+4
* | 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-014-3/+33
* | Fix readline test after callback changesNikita Popov2020-07-211-5/+7
* | Use ZPP callable check in readline extensionGeorge Peter Banyard2020-07-215-42/+31
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-2/+2
* | Remove proto comments from C filesMax Semenik2020-07-061-26/+13
* | Replace EXPECTF when possibleFabien Villepinte2020-06-293-3/+3
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Fix UNKNOWN default values in ext/readlineMáté Kocsis2020-06-233-11/+14
* | Avoid convert_to_long_ex usage in readlineNikita Popov2020-06-231-6/+3
* | 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