| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-02-05 | 1 | -7/+2 |
|\ |
|
| * | Update header handling to RFC 7230 | Stanislav Malyshev | 2015-02-05 | 1 | -7/+2 |
* | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
|/ |
|
* | Keep 308-399 HTTP response codes when header('Location:') is called. | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
* | fix typo | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | fix #66375 bad logic in sapi header callback routine | krakjoe | 2014-01-01 | 1 | -18/+25 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Fixed bug #63757 (getenv() produces memory leak with CGI SAPI) | Dmitry Stogov | 2012-12-13 | 1 | -1/+1 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-04-06 | 1 | -1/+3 |
|\ |
|
| * | Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (withou... | Xinchen Hui | 2012-04-06 | 1 | -1/+3 |
| * | Cherry-pick 4cc74767 | Gustavo André dos Santos Lopes | 2012-04-04 | 1 | -10/+19 |
| * | Fix warning "suggest parentheses around assignment" | Xinchen Hui | 2012-04-04 | 1 | -1/+1 |
| * | Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -6/+32 |
| * | - Merging r323033 into 5.3 (see bug #60227). | Gustavo André dos Santos Lopes | 2012-02-03 | 1 | -4/+5 |
| * | MFH: fixed bug #60227: header() cannot detect the multi-line header with CR. | Rui Hirokawa | 2012-01-14 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - MFH: make setlocale thread only, drastically reduce TS related crashes in e... | Pierre Joye | 2011-03-16 | 1 | -0/+3 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | - Reversed implementation of FR #44164, pending further consideration. | Gustavo André dos Santos Lopes | 2010-11-18 | 1 | -8/+0 |
| * | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the content | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -2/+2 |
| * | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+8 |
* | | Fixed bug Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -6/+32 |
* | | MFH: Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP... | Stanislav Malyshev | 2012-03-07 | 1 | -9/+19 |
* | | Fix bug #61106 Segfault when using header_register_callback | Nikita Popov | 2012-03-02 | 1 | -3/+0 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0... | Rui Hirokawa | 2011-11-10 | 1 | -1/+1 |
* | | unused var | Xinchen Hui | 2011-09-24 | 1 | -1/+0 |
* | | Fixed bug #55758 (Digest Authenticate missed in 5.4) | Xinchen Hui | 2011-09-23 | 1 | -5/+0 |
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 |
* | | Fixed bug#55084 (Function registered by header_register_callback is | Hannes Magnusson | 2011-07-06 | 1 | -1/+7 |
* | | Zend Signal Handling | Ilia Alshanetsky | 2011-06-22 | 1 | -0/+4 |
* | | - windows only | Pierre Joye | 2011-03-15 | 1 | -0/+2 |
* | | - make setlocale thread only, drastically reduce TS related crashes in error ... | Pierre Joye | 2011-03-15 | 1 | -0/+1 |
* | | - fix regression (carsten_sttgt@gmx.de) | Pierre Joye | 2011-02-25 | 1 | -1/+1 |
* | | Fix ZTS build | Kalle Sommer Nielsen | 2011-02-03 | 1 | -2/+2 |
* | | Add header_register_callback(), allows a userland function | Scott MacVicar | 2011-02-03 | 1 | -1/+61 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | - Typos, WS, CS | Jani Taskinen | 2010-12-16 | 1 | -15/+11 |
* | | - Added enable_post_data_reading ini option to allow inhibiting POST data con... | Gustavo André dos Santos Lopes | 2010-12-09 | 1 | -1/+1 |
* | | Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on Windows | Kalle Sommer Nielsen | 2010-11-22 | 1 | -0/+2 |
* | | Updated _SERVER['REQUEST_TIME'] to include microsecond precision. | Ilia Alshanetsky | 2010-11-06 | 1 | -2/+7 |
* | | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the content | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -2/+2 |
* | | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+8 |
* | | - drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and ... | Pierre Joye | 2010-09-17 | 1 | -6/+3 |
* | | Fixed compiler warnings in main/ | Kalle Sommer Nielsen | 2010-08-17 | 1 | -1/+0 |
* | | Optimized defaut Content-Type HTTP header processing | Dmitry Stogov | 2010-07-14 | 1 | -51/+87 |
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -2/+2 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -66/+3 |
* | | * Pass TSRMLS_C around pageinfo.c | Kalle Sommer Nielsen | 2010-04-13 | 1 | -1/+1 |
|/ |
|