summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Kill another TSRMLS_FETCH() in zend_indent()Kalle Sommer Nielsen2013-12-121-1/+1
|/
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-07-141-1/+2
|\
| * Add built-in web server to invocation listLior Kaplan2013-07-141-1/+2
| * Happy New YearXinchen Hui2013-01-011-2/+2
* | Patch for Bug #64544.Keyur Govande2013-03-291-1/+1
* | Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)Keyur Govande2013-03-071-0/+18
* | Happy New YearXinchen Hui2013-01-011-2/+2
|/
* Fixed bug #62725 (Calling exit() in a shutdown function does not return the e...Xinchen Hui2012-08-021-3/+3
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-271-0/+3
|\
| * Fix memleak in CLIJohannes Schlüter2012-06-271-0/+3
* | Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4Xinchen Hui2012-04-301-3/+8
|\ \ | |/
| * Fixed bug #61546 (functions related to current script failed when chdir() in ...Xinchen Hui2012-04-301-3/+8
| * - Year++Felipe Pena2012-01-011-2/+2
| * Prevented the warning about truncate int to charXinchen Hui2011-08-081-1/+1
| * - reflection is always enabledPierre Joye2011-06-251-11/+0
| * - Fix missing change from r303357 (related to bug #48831)Felipe Pena2011-06-111-1/+1
| * Fixed bug #52496 (Zero exit code on option parsing failure).Ilia Alshanetsky2011-05-301-1/+1
| * - Year++Felipe Pena2011-01-011-2/+2
| * - fix #48831 php -i has different output to php --iniPierre Joye2010-09-141-0/+1
| * - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-291-3/+0
| * - Improved initializationFelipe Pena2010-06-271-1/+2
| * - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-0/+2
* | - Year++Felipe Pena2012-01-011-2/+2
* | - fix bug #60272, typoPierre Joye2011-11-111-1/+1