summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Flush stderr on win32 in cli_log_messageNikita Popov2017-01-011-0/+3
* fix size_t signed comparisonJoe Watkins2016-04-291-1/+1
* 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
* | Faster sorting algoXinchen Hui2015-01-141-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-16/+16
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-80/+80
* | don't define tsrm ls in SAPIs under linuxAnatol Belski2014-10-151-1/+1
* | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+5
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-131-5/+5
|\ \
| * | fix several datatype mismatch warningsAnatol Belski2014-10-131-5/+5
* | | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-1/+4
* | | native tls initial patchkrakjoe2014-09-201-4/+1
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fix ftell/fseek callsAnatol Belski2014-09-141-2/+2
* | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-2/+0
* | master renames phase 3Anatol Belski2014-08-251-7/+7
* | master renames phase 1Anatol Belski2014-08-251-9/+9
* | regenerated parser filesAnatol Belski2014-08-171-2/+2
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-9/+9
* | Refactored parameter passing mechanism.Dmitry Stogov2014-06-301-1/+0
* | Fixed apply_func_t (they should be broken before)Xinchen Hui2014-05-251-1/+1
* | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | Fixed various CLI problemsDmitry Stogov2014-03-141-17/+15
* | Fixed module name printingXinchen Hui2014-02-281-1/+2
* | Use better data structures (incomplete)Dmitry Stogov2014-02-141-47/+26
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+7
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-2/+2
|\ \ | |/
| * Bump yearXinchen Hui2014-01-031-2/+2
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM...Kalle Sommer Nielsen2013-12-181-1/+1
* | Kill another TSRMLS_FETCH() in the zend extension loading codeKalle Sommer Nielsen2013-12-181-1/+1