summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ | |/
| * fix size_t signed comparisonJoe Watkins2016-04-291-1/+1
* | bug #71478 implementing feature requestMatt Ficken2016-03-211-0/+8
|/
* Fix bug #71624, PHP_MODE_PROCESS_STDIN (CLI SAPI called with '-R') did not pr...Sean DuBois2016-03-151-4/+3
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* be more precise about the meaning of -nJoe Watkins2016-02-101-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-2/+2
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-2/+2
* | Add NTS/ZTS information to php -vBob Weinand2015-09-301-8/+11
* | fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | integrate the openssl applink shimAnatol Belski2015-07-031-0/+4
* | Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-21/+0
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-2/+2
* | Silence unused variable warningReeze Xia2015-02-131-4/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2015-02-131-4/+1
|\ \ | |/
| * bump yearXinchen Hui2015-01-151-2/+2
* | zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-2/+2
* | bump yearXinchen Hui2015-01-151-2/+2