summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-091-0/+3
|\ \ | |/
| * Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPEwusuopu2015-08-091-0/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-11/+11
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-271-0/+3
|\ \ | |/
| * Fix #64878: 304 responses return Content-Type headerChristoph M. Becker2015-06-271-0/+3
| * bump yearXinchen Hui2015-01-151-1/+1
| * Fix bug #68784Rasmus Lerdorf2015-01-091-1/+1
* | cleanup more redundant S_IS* declarationsAnatol Belski2015-05-251-4/+0
* | Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-1/+0
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* | remove useless condition (same as headers_list())Anatol Belski2015-02-131-3/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | Fix bug #68784Rasmus Lerdorf2015-01-091-1/+1
* | Merge branch 'PHP-5.6'Adam Harvey2015-01-061-0/+5
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2015-01-061-0/+5
| |\
| | * Handle NULL strings in sapi_cli_server_register_variable().Adam Harvey2015-01-061-0/+5
| | * Fix php cli (-S option) inconsistent port parsingnil0x422014-11-301-2/+2
| * | Fix php cli (-S option) inconsistent port parsingnil0x422014-11-301-2/+2
* | | Unify HTTP status code mapsAndrea Faulds2014-12-211-56/+6
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-115/+115
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-051-2/+2
|\ \ \
| * | | Fix php cli (-S option) inconsistent port parsingnil0x422014-11-301-2/+2
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-5/+6
|\ \ \ \ | |/ / /
| * | | fix var usage only when unistd.h availableAnatol Belski2014-11-101-0/+2
| * | | cleanup unused variableAnatol Belski2014-11-101-1/+0
| * | | do portable socket checksAnatol Belski2014-11-101-4/+4
* | | | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+3
* | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-1/+0
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-131-5/+35
|\ \ \ \ | |/ / /
| * | | fix several datatype mismatch warningsAnatol Belski2014-10-131-5/+35
* | | | cleanup direct tsrm_ls passingAnatol Belski2014-09-261-9/+1
* | | | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-7/+7
* | | | basic windows fixAnatol Belski2014-09-221-2/+0
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-221-1/+1
|\ \ \ \ | |/ / /
| * | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | fix wrong doingskrakjoe2014-09-201-2/+4
* | | | native tls initial patchkrakjoe2014-09-201-6/+3
|/ / /
* | | Make number printing functions less genericNikita Popov2014-09-191-5/+5
* | | Use inline functions for most of smart_strNikita Popov2014-09-191-2/+2
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | master renames phase 4Anatol Belski2014-08-251-3/+3
* | | master renames phase 3Anatol Belski2014-08-251-6/+6
* | | master renames phase 1Anatol Belski2014-08-251-6/+6
* | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-16/+16
* | | cleanupDmitry Stogov2014-08-131-8/+5
* | | cleanup (use zend_string* instead of char*)Dmitry Stogov2014-08-131-11/+13
* | | Merge branch 'master' into phpngDmitry Stogov2014-07-141-4/+7
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Tjerk Meesters2014-07-121-4/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-07-121-4/+8
| | |\ \ | | | |/