summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't call Reflection::export() in --rf etc implementationNikita Popov2019-08-301-1/+2
* | Fix noalias violation in select callNikita Popov2019-08-231-3/+2
* | Introduce zend_stream_init_fp() APINikita Popov2019-07-161-13/+4
* | Move shebang handling into the lexerNikita Popov2019-07-151-27/+7
* | fix mac tests on azureJoe Watkins2019-06-141-0/+6
* | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-3/+0
* | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-9/+2
* | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+1
* | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-0/+2
* | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-9/+4
|/
* Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-11-161-5/+4
|\
| * Fixed bug #77111 php-win.exe corrupts unicode symbols from cli parametersAnatol Belski2018-11-161-5/+4
| * year++Xinchen Hui2018-01-021-2/+2
* | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-6/+3
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Fix bug #44217: Output after stdout/stderr closed cause immediate exit with s...Robert Lu2018-06-191-15/+6
* | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | year++Xinchen Hui2018-01-021-2/+2
* | Use per-request heap instead of system oneDmitry Stogov2017-10-271-3/+3
|/
* Rework automatic interactive cli activationAnatol Belski2017-08-031-4/+14
* Fixed bug #74849 Process is started as interactive shell in PhpStormAnatol Belski2017-07-031-2/+1
* Fixed php_socket_t to int conversionRichard Fussenegger2017-06-151-1/+1
* extend conditionAnatol Belski2017-05-271-1/+1
* Turn interactive mode on, if cli binary is clicked in filemanagerAnatol Belski2017-05-251-0/+5
* Merge branch 'PHP-7.1'Joe Watkins2017-01-101-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-101-1/+1
| |\
| | * Fixed #73902 mention router support in usage output for php-cliJoe Watkins2017-01-101-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-2/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2017-01-011-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-011-0/+3
| |\ \ | | |/
| | * Flush stderr on win32 in cli_log_messageNikita Popov2017-01-011-0/+3
* | | Path handling related refactoringsAnatol Belski2016-12-221-5/+5
* | | Use "Standard input code" instead of "php://stdin"Andrea Faulds2016-11-121-2/+2
* | | Show "php://stdin" instead of "-" in error messagesAndrea Faulds2016-11-121-2/+2
* | | Add VT100 support for WindowsMichele Locati2016-10-281-0/+9
|/ /
* | correct macro namesAnatol Belski2016-07-171-2/+2
* | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-281-9/+6
* | Fixed compilation warningsDmitry Stogov2016-06-211-6/+2
* | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2016-06-201-2/+46
|\ \
| * | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-2/+46
* | | Cleanup zend_signal APIDmitry Stogov2016-06-201-2/+0
|/ /
* | Merge branch 'PHP-7.0'Joe Watkins2016-04-291-1/+1
|\ \ | |/