summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-162-8/+28
* Merge branch 'PHP-8.0'Christoph M. Becker2021-02-221-1/+1
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-221-1/+1
| |\
| | * Fix #80771: phpinfo(INFO_CREDITS) displays nothing in CLIChristoph M. Becker2021-02-221-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-041-59/+47
|\ \ \ | |/ /
| * | Fix CLI server worker supportNikita Popov2021-02-041-59/+47
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-021-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-021-1/+1
| |\ \ | | |/
| | * Update year to 2021Peter Kokot2021-02-021-1/+1
* | | Fixed crash in ZTS build with --repeat optionDmitry Stogov2021-01-211-0/+1
* | | Replace zend_bool uses with boolNikita Popov2021-01-152-3/+3
* | | rename COMPILER and ARCHITECTURE macro (too generic)Remi Collet2021-01-041-4/+4
* | | Add --repeat testing modeNikita Popov2020-10-301-9/+29
* | | Merge branch 'PHP-8.0'Máté Kocsis2020-10-231-1/+2
|\ \ \ | |/ /
| * | Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-231-1/+2
* | | Use ephemeral port in more server testsNikita Popov2020-10-2310-87/+89
* | | Merge branch 'PHP-8.0'Nikita Popov2020-10-211-0/+65
|\ \ \ | |/ /
| * | Add test for zend_extension loadingNikita Popov2020-10-211-0/+65
* | | Fix [-Wduplicated-branches] in CLI SAPIGeorge Peter Banyard2020-10-091-5/+1
|/ /
* | Update to mime-db 1.45Nikita Popov2020-10-092-3/+10
* | Review parameter names in ext/pcreMáté Kocsis2020-10-021-10/+10
* | Update ext/standard parameter namesNikita Popov2020-09-291-2/+2
* | Improve default value handling of Exception constructorsMáté Kocsis2020-09-211-2/+2
* | Run tidyNikita Popov2020-09-1822-37/+37
* | Support ephemeral ports in debug serverSara Golemon2020-09-171-35/+65
* | Add missing param type to pcre reflection testMáté Kocsis2020-09-151-1/+1
* | Simplify error type filtertwosee2020-09-101-12/+6
* | Support cli_server.color on WindowsChristoph M. Becker2020-08-281-2/+10
* | ensure installed ini don't interfereRemi Collet2020-08-211-1/+1
* | Switch to mime-db as source of extension => MIME mapNikita Popov2020-08-132-28/+210
* | Disable report_zend_debug by defaultNikita Popov2020-08-121-1/+0
* | Fixed bug #62294Nikita Popov2020-08-102-0/+17
* | Fixed bug #65275Nikita Popov2020-08-103-25/+35
* | Fixed bug #79948Nikita Popov2020-08-101-6/+5
* | Fixed bug #77561Nikita Popov2020-08-102-0/+14
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-5/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-051-1/+6
|\ \ | |/
| * Check ps -p availability in process title testNikita Popov2020-08-051-1/+6
* | Make http stream wrapper advertise HTTP/1.1 by defaultRowan Tommins2020-08-032-5/+5
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-291-2/+4
|\ \ | |/
| * Prevent test case from stallingChristoph M. Becker2020-07-291-2/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-2/+11
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-2/+11
| |\
| | * Fix #77932: File extensions are case-sensitiveChristoph M. Becker2020-07-271-2/+11
* | | Skip upload_2G.phpt if disk_free_space() <= 2GBTyson Andre2020-07-191-0/+4
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-3/+3
* | | Add stubs for SAPIsMáté Kocsis2020-07-107-21/+39
* | | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-8/+8
* | | Remove proto comments from C filesMax Semenik2020-07-063-16/+8
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1