Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shut up, my lovely compiler; I do not like your warnings | Bob Weinand | 2015-02-09 | 1 | -1/+1 |
* | Also Fixed #68571 in CGI SAPI, and some cleanup | Xinchen Hui | 2015-01-27 | 1 | -2/+5 |
* | Bump year | Xinchen Hui | 2015-01-15 | 1 | -3/+3 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-12-30 | 1 | -2/+5 |
|\ | |||||
| * | FIx bug #68618 (out of bounds read crashes php-cgi) | Stanislav Malyshev | 2014-12-30 | 1 | -2/+5 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -3/+3 |
* | | fix possible null pointer math | Anatol Belski | 2014-12-01 | 1 | -3/+5 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -3/+3 |
* | | Implemented FR #65917 (getallheaders() is not supported by the built-in...) | Andrea Faulds | 2013-11-12 | 1 | -2/+2 |
* | | Added PHP_FCGI_BACKLOG, overrides the default listen backlog | Arnaud Le Blanc | 2013-06-29 | 1 | -1/+5 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-02-17 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Added HTTP codes as of RFC 6585 | Jonh Wendell | 2013-02-17 | 1 | -0/+4 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -3/+3 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -3/+3 |
* | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-05-08 | 1 | -2/+8 |
|\ \ | |/ | |||||
| * | c++ comments | Stanislav Malyshev | 2012-05-08 | 1 | -4/+4 |
| * | ws + restore BC to apache_request_headers | Stanislav Malyshev | 2012-05-08 | 1 | -7/+7 |
| * | fix bug #61807 - Buffer Overflow in apache_request_headers | Stanislav Malyshev | 2012-05-08 | 1 | -2/+8 |
| * | improve fix for CVE-2012-1823 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
* | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
|\ \ | |||||
| * \ | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
| |\ \ | | |/ | |/| | |||||
| | * | improve fix for CVE-2012-1823 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
| | * | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-07 | 1 | -1/+14 |
* | | | Merge branch 'PHP-5.4' | David Soria Parra | 2012-05-05 | 1 | -1/+14 |
|\ \ \ | |/ / | |||||
| * | | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-04 | 1 | -1/+14 |
* | | | Merge branch 'PHP-5.4' | Felipe Pena | 2012-04-19 | 1 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-04-19 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename s... | Felipe Pena | 2012-04-19 | 1 | -3/+4 |
| | * | Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831) | Ondřej Surý | 2012-03-21 | 1 | -2/+4 |
| | * | Always restore PG(magic_quote_gpc) on request shutdown | Dmitry Stogov | 2012-02-02 | 1 | -1/+3 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -3/+3 |
| | * | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 1 | -1/+1 |
| | * | Fixed possible memory leak | Dmitry Stogov | 2011-08-11 | 1 | -1/+4 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -3/+3 |
| | * | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 1 | -2/+0 |
| | * | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+1 |
| | * | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 |
| | * | fix micro-memleaks (happened once per process) | Antony Dovgal | 2010-06-08 | 1 | -0/+3 |
| | * | - Fix #51688, ini per dir crashes when invalid document root are given | Pierre Joye | 2010-04-30 | 1 | -0/+4 |
| * | | Fixed reinitialization of SAPI callbacks after php_module_startup() | Dmitry Stogov | 2012-02-14 | 1 | -7/+9 |
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -3/+3 |
| * | | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 1 | -1/+1 |
| * | | Fixed possible memory leak | Dmitry Stogov | 2011-08-11 | 1 | -1/+4 |
| * | | Removed deadcode | Ilia Alshanetsky | 2011-08-08 | 1 | -6/+0 |
| * | | Good catch Coverity | Rasmus Lerdorf | 2011-08-07 | 1 | -0/+1 |
| * | | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -5/+1 |
| * | | - Fix crash on cgi | Felipe Pena | 2011-06-23 | 1 | -1/+2 |
* | | | Fixed reinitialization of SAPI callbacks after php_module_startup() | Dmitry Stogov | 2012-02-14 | 1 | -7/+9 |
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -3/+3 |
* | | | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 1 | -1/+1 |