| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix test (no charset outputed) | Xinchen Hui | 2012-07-18 | 1 | -1/+1 |
| * | Fix broken apache_request_headers test | Rasmus Lerdorf | 2012-05-23 | 1 | -1/+3 |
| * | c++ comments | Stanislav Malyshev | 2012-05-08 | 1 | -4/+4 |
| * | restore BC | Stanislav Malyshev | 2012-05-08 | 1 | -1/+1 |
| * | 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 | 2 | -2/+57 |
| * | improve fix for CVE-2012-1823 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
| * | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-04 | 1 | -1/+14 |
| * | 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 #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
| | * | 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 | 3 | -5/+5 |
| | * | 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 |
| | * | Added checks for malformated FastCGI requests (Edgar Frank) | Dmitry Stogov | 2011-01-19 | 1 | -4/+15 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 3 | -5/+5 |
| | * | - 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 bug Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
| * | | Fixed reinitialization of SAPI callbacks after php_module_startup() | Dmitry Stogov | 2012-02-14 | 1 | -7/+9 |
| * | | - Year++ | Felipe Pena | 2012-01-01 | 3 | -5/+5 |
| * | | 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 |
| * | | Added checks for malformated FastCGI requests (Edgar Frank) | Dmitry Stogov | 2011-01-19 | 1 | -6/+6 |
| * | | - Year++ | Felipe Pena | 2011-01-01 | 3 | -5/+5 |
| * | | - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and on... | Jani Taskinen | 2010-11-13 | 2 | -19/+22 |
| * | | Reverted wrong patch | Dmitry Stogov | 2010-09-20 | 1 | -1/+1 |
| * | | Fix incompatible types, we need to use a char here for recv() | Kalle Sommer Nielsen | 2010-09-19 | 1 | -1/+1 |
| * | | - unused, double declared | Pierre Joye | 2010-09-15 | 1 | -1/+1 |
| * | | Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP... | Dmitry Stogov | 2010-09-06 | 1 | -19/+49 |
| * | | - Fixed compiler warning (missing return statement) | Felipe Pena | 2010-09-01 | 1 | -0/+2 |
| * | | Reduced overhead of FastCGI using near-perfect hash function and predcalculat... | Dmitry Stogov | 2010-09-01 | 3 | -161/+269 |
| * | | invalid length | Dmitry Stogov | 2010-09-01 | 1 | -1/+1 |
| * | | Don't check FCGI_WEB_SERVER_ADDRS for UNIX sockets | Dmitry Stogov | 2010-08-27 | 1 | -7/+9 |
| * | | Added apache compatible functions (apache_child_terminate, getallheaders, apa... | Dmitry Stogov | 2010-08-27 | 3 | -1/+202 |
| * | | Don't try to read the rest of malformed FCGI requests, close immediately. It ... | Dmitry Stogov | 2010-08-25 | 1 | -4/+6 |
| * | | ws | Dmitry Stogov | 2010-08-25 | 1 | -34/+34 |
| * | | Nuke compiler warning, wrong fix that shouldn't have been in the previously c... | Kalle Sommer Nielsen | 2010-08-18 | 1 | -1/+1 |
| * | | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS... | Kalle Sommer Nielsen | 2010-08-18 | 1 | -3/+1 |
| * | | Use the TSRMLS_DC/TSRMLS_CC macros instead of TSRMLS_FETCH() | Kalle Sommer Nielsen | 2010-08-18 | 3 | -12/+10 |
| * | | Fixed ZTS build | Dmitry Stogov | 2010-08-18 | 1 | -1/+3 |