summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-8/+23
* 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
* | | Fixed crash in ZTS build with --repeat optionDmitry Stogov2021-01-211-0/+1
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* | | rename COMPILER and ARCHITECTURE macro (too generic)Remi Collet2021-01-041-4/+4
* | | Add --repeat testing modeNikita Popov2020-10-301-9/+29
|/ /
* | Disable report_zend_debug by defaultNikita Popov2020-08-121-1/+0
* | Fixed bug #65275Nikita Popov2020-08-101-25/+16
* | Fixed bug #79948Nikita Popov2020-08-101-6/+5
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-5/+3
* | Add stubs for SAPIsMáté Kocsis2020-07-101-6/+2
* | Remove proto comments from C filesMax Semenik2020-07-061-8/+4
* | Control VCRT leak reporting via environment variable in debug buildsChristoph M. Becker2020-06-101-13/+16
* | Add zend_call_known_function() API familyNikita Popov2020-06-091-1/+2
* | Constify char * arguments of APIstwosee2020-06-081-1/+1
* | Fix warning of strict-prototypestwosee2020-06-071-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-011-0/+3
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-011-0/+3
| |\
| | * Fix #79650: php-win.exe 100% cpu lockupChristoph M. Becker2020-06-011-0/+3
* | | Fix [-Wundef] warning in CLI SAPIGeorge Peter Banyard2020-05-121-3/+3
* | | Remove return value from llist apply functionsNikita Popov2020-04-151-2/+1
* | | Use separate typedef for bucket comparison functionNikita Popov2020-03-041-4/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-271-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-271-1/+5
| |\ \ | | |/
| | * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-271-1/+5
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-2/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-08-301-1/+2
|\ \ \ | |/ /
| * | Don't call Reflection::export() in --rf etc implementationNikita Popov2019-08-301-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-08-231-3/+2
|\ \ \ | |/ /
| * | Fix noalias violation in select callNikita Popov2019-08-231-3/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-13/+4
|\ \ \ | |/ /
| * | Introduce zend_stream_init_fp() APINikita Popov2019-07-161-13/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-151-27/+7
|\ \ \ | |/ /
| * | Move shebang handling into the lexerNikita Popov2019-07-151-27/+7
* | | Merge branch 'PHP-7.4'Joe Watkins2019-06-141-0/+6
|\ \ \ | |/ /
| * | fix mac tests on azureJoe Watkins2019-06-141-0/+6
* | | 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-04-071-9/+2
|\ \ \ | |/ /
| * | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-9/+2
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-141-2/+1
|\ \ \ | |/ /
| * | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-121-0/+2
|\ \ \ | |/ /
| * | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-0/+2
* | | Merge branch 'PHP-7.4'Peter Kokot2019-02-081-1/+1
|\ \ \ | |/ /
| * | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-1/+1
|/ /