summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-3/+3
* Added support for HTTP 451Julien Pauli2015-12-231-0/+1
* Fix globals initialization in sapi/cgiAnatol Belski2015-10-231-5/+6
* Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-01-271-2/+5
|\
| * Also Fixed #68571 in CGI SAPI, and some cleanupXinchen Hui2015-01-271-2/+5
| * Bump yearXinchen Hui2015-01-151-3/+3
* | bump yearXinchen Hui2015-01-151-3/+3
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-12-301-2/+5
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-12-301-2/+5
| |\
| | * FIx bug #68618 (out of bounds read crashes php-cgi)Stanislav Malyshev2014-12-301-2/+5
| | * Bump yearXinchen Hui2014-01-031-3/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-011-3/+5
|\ \ \ | |/ /
| * | fix possible null pointer mathAnatol Belski2014-12-011-3/+5
| * | Bump yearXinchen Hui2014-01-031-3/+3
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-1/+1
* | | Bump yearXinchen Hui2014-01-031-3/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Andrea Faulds2013-11-181-2/+2
|\ \ \ | |/ /
| * | Implemented FR #65917 (getallheaders() is not supported by the built-in...)Andrea Faulds2013-11-121-2/+2
* | | Merge branch 'pull-request/500'Anatol Belski2013-11-051-2/+2
|\ \ \
| * | | fixed invalid freeAnatol Belski2013-10-211-2/+2
| * | | Merge branch 'PHP-5.5'Dmitry Stogov2013-10-011-22/+5
| |\ \ \
| | * | | Reverted patch (it was used for internal testing and was committed by accident)Dmitry Stogov2013-10-011-22/+5
| * | | | Merge branch 'PHP-5.5'Dmitry Stogov2013-09-271-5/+22
| |\ \ \ \ | | |/ / /
| | * | | Added support for GNU Hurd. (Svante Signell)Dmitry Stogov2013-09-271-5/+22
| | |/ /
* | | | fix limitation of upload size == (U)INT_MAX in CGIMichael Wallner2013-10-281-1/+4
|/ / /
* | | Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading filesRalf Lang2013-08-061-1/+1
|/ /
* | Added PHP_FCGI_BACKLOG, overrides the default listen backlogArnaud Le Blanc2013-06-291-1/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-02-171-0/+4
|\ \ | |/
| * Added HTTP codes as of RFC 6585Jonh Wendell2013-02-171-0/+4
| * Happy New YearXinchen Hui2013-01-011-3/+3
* | Happy New YearXinchen Hui2013-01-011-3/+3
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-05-081-2/+8
|\ \ | |/
| * c++ commentsStanislav Malyshev2012-05-081-4/+4
| * ws + restore BC to apache_request_headersStanislav Malyshev2012-05-081-7/+7
| * fix bug #61807 - Buffer Overflow in apache_request_headersStanislav Malyshev2012-05-081-2/+8
| * improve fix for CVE-2012-1823Stanislav Malyshev2012-05-071-3/+8
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-05-071-3/+8
|\ \
| * \ Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2012-05-071-3/+8
| |\ \ | | |/ | |/|
| | * improve fix for CVE-2012-1823Stanislav Malyshev2012-05-071-3/+8
| | * Fix for CVE-2012-1823Rasmus Lerdorf2012-05-071-1/+14
* | | Merge branch 'PHP-5.4'David Soria Parra2012-05-051-1/+14
|\ \ \ | |/ /
| * | Fix for CVE-2012-1823Rasmus Lerdorf2012-05-041-1/+14
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-191-3/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-04-191-3/+4
| |\ \ | | |/
| | * - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename s...Felipe Pena2012-04-191-3/+4
| | * Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-211-2/+4
| | * Always restore PG(magic_quote_gpc) on request shutdownDmitry Stogov2012-02-021-1/+3
| | * - Year++Felipe Pena2012-01-011-3/+3
| | * Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1