summaryrefslogtreecommitdiff
path: root/sapi/cgi/fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* Move fastcgi.c to mainXinchen Hui2015-05-191-1564/+0
* Merge branch 'pull-request/884'Stanislav Malyshev2015-02-011-0/+2
|\
| * Fix #66479: Wrong response to FCGI_GET_VALUESFrank Stolle2014-10-301-0/+2
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-01-311-1/+5
|\ \
| * \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+5
| |\ \
| | * | Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-311-1/+5
| * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-1/+5
| |\ \ \ | | |/ /
| | * | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+5
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| | * | Happy New YearXinchen Hui2013-01-011-1/+1
| | * | - Year++Felipe Pena2012-01-011-1/+1
* | | | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-2/+6
* | | | fix datatype mismatches, improve error checksAnatol Belski2015-01-301-13/+31
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-01-271-0/+1
|\ \ \ \ | |/ / /
| * | | Also Fixed #68571 in CGI SAPI, and some cleanupXinchen Hui2015-01-271-0/+1
| * | | Bump yearXinchen Hui2015-01-151-1/+1
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
* | | | C89 compatAnatol Belski2014-11-121-1/+3
* | | | fix int to void* cast on x64Anatol Belski2014-11-121-2/+6
| |_|/ |/| |
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2014-09-121-2/+2
|\ \ \ | |/ /
| * | fixed the cast and incompatible pointer warningAnatol Belski2014-09-121-2/+2
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | closesocket is defined in php_network.hXinchen Hui2014-08-281-4/+0
* | | closesocket is already defined in main/php_network.hXinchen Hui2014-08-281-1/+3
* | | fixed several long vs zend_long castsAnatol Belski2014-08-261-2/+2
* | | master renames phase 1Anatol Belski2014-08-251-2/+2
* | | ported fcgiAnatol Belski2014-08-191-0/+1
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* | | fix castingPierre Joye2014-05-151-1/+1
* | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-1/+1
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-14/+9
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
|/
* Added checks for malformated FastCGI requests (Edgar Frank)Dmitry Stogov2011-01-191-6/+6
* - Year++Felipe Pena2011-01-011-1/+1
* Reverted wrong patchDmitry Stogov2010-09-201-1/+1
* Fix incompatible types, we need to use a char here for recv()Kalle Sommer Nielsen2010-09-191-1/+1
* Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP...Dmitry Stogov2010-09-061-19/+49
* - Fixed compiler warning (missing return statement)Felipe Pena2010-09-011-0/+2
* Reduced overhead of FastCGI using near-perfect hash function and predcalculat...Dmitry Stogov2010-09-011-36/+51
* invalid lengthDmitry Stogov2010-09-011-1/+1
* Don't check FCGI_WEB_SERVER_ADDRS for UNIX socketsDmitry Stogov2010-08-271-7/+9
* Added apache compatible functions (apache_child_terminate, getallheaders, apa...Dmitry Stogov2010-08-271-0/+5
* Don't try to read the rest of malformed FCGI requests, close immediately. It ...Dmitry Stogov2010-08-251-4/+6
* wsDmitry Stogov2010-08-251-34/+34