summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * Fix #67594 - invisible colon should be stripped off header nameTjerk Meesters2014-07-121-4/+8
* | | | Merge branch 'master' into phpngDmitry Stogov2014-07-081-4/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Adam Harvey2014-07-071-4/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-07-071-4/+3
| | |\ \ | | | |/
| | | * Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-07-071-4/+3
| | | |\
| | | | * Fixed bug #66830 (Empty header causes PHP built-in web server to hang).Adam Harvey2014-07-071-4/+3
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-06-181-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Adam Harvey2014-06-121-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-06-121-0/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-06-121-0/+2
| | | |\ \ | | | | |/
| | | | * Add 308 and 426 to the HTTP response code map in the CLI server.Adam Harvey2014-06-121-0/+2
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-06-121-78/+32
|\ \ \ \ \ | |/ / / /
| * | | | Move the mime type map out of php_cli_server.c for easier generation.Adam Harvey2014-06-111-63/+1
| * | | | Replace the CLI server's linear search for extensions with a hash table.Adam Harvey2014-06-101-8/+34
| * | | | Merge branch 'PHP-5.6'Remi Collet2014-06-101-5/+3
| |\ \ \ \ | | |/ / /
| | * | | fix merge from php 5.5 (already fixed, differently)Remi Collet2014-06-101-5/+3
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-101-3/+3
| | | |\ \ | | | | |/
| | | | * Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
| | | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1