Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | * PHP-5.3: Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2)) | ||||
| * | Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables ↵ | Xinchen Hui | 2012-04-06 | 1 | -1/+3 |
| | | | | | | | | (without apache2)) | ||||
| * | Cherry-pick 4cc74767 | Gustavo André dos Santos Lopes | 2012-04-04 | 1 | -10/+19 |
| | | | | | | | | | | | | | | | | | | | | | | Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227. Conflicts: ext/standard/tests/general_functions/bug60227.phpt ext/standard/tests/general_functions/bug60227_1.phpt ext/standard/tests/general_functions/bug60227_2.phpt main/SAPI.c | ||||
| * | 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 ↵ | Pierre Joye | 2011-03-16 | 1 | -0/+3 |
| | | | | | | | | error mgt and other parts like pcre, and actually a good thing (tm) | ||||
| * | - 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 |
| | | | | | | | | See rev #304903. | ||||
| * | - 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 |
| | | | | | | | | type is application/x-www-form-urlencoded or is not registered with PHP). | ||||
| * | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | disabled when the header "Content-length" is set. #One could argue that any output handler could change the size of the #response, so this exception for zlib.output_compression is an #inconsistency. However, zlib.output_compression is presented as a #performance setting, whose value should have no effect on the #correctness of the scripts. This was not the case. Setting the #header "content-length" and enabling zlib.output_compression was #a recipe for infringing section 4.4 of RFC 2616. | ||||
* | | 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 ↵ | Stanislav Malyshev | 2012-03-07 | 1 | -9/+19 |
| | | | | | | | | SP and forbid \0. See bug #60227. | ||||
* | | Fix bug #61106 Segfault when using header_register_callback | Nikita Popov | 2012-03-02 | 1 | -3/+0 |
| | | | | | | | | | | The callback was double dtored | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | MFH: fixed bug #60227 (header() cannot detect the multi-line header with ↵ | Rui Hirokawa | 2011-11-10 | 1 | -1/+1 |
| | | | | | | | | CR(0x0D).) | ||||
* | | 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 |
| | | | | | | | | | | | | the block I am removing should be removed along with the PG(saf_mod) condition. since it is inside the PG(saf_mod) condition block. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | called only once per process). (Hannes) also fixed an issue when header()s are sent from the callback function | ||||
* | | 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 |
| | | | | | | | | mgt and other parts like pcre, and actually a good thing (tm) | ||||
* | | - 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be called as all the headers are being sent and after all of the default headers have been merged. headers_list(), header_remove() and header() can all be used inside the callback. <?php header('Content-Type: text/plain'); header('X-Test: foo'); function foo() { foreach (headers_list() as $header) { if (strpos($header, 'X-Powered') !== false) { header_remove('X-Powered-By'); } header_remove('X-Test'); } } $result = header_register_callback('foo'); echo "a"; | ||||
* | | - 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 ↵ | Gustavo André dos Santos Lopes | 2010-12-09 | 1 | -1/+1 |
| | | | | | | | | consumption. | ||||
* | | 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 |
| | | | | | | | | type is application/x-www-form-urlencoded or is not registered with PHP). | ||||
* | | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | disabled when the header "Content-length" is set. #One could argue that any output handler could change the size of the #response, so this exception for zlib.output_compression is an #inconsistency. However, zlib.output_compression is presented as a #performance setting, whose value should have no effect on the #correctness of the scripts. This was not the case. Setting the #header "content-length" and enabling zlib.output_compression was #a recipe for infringing section 4.4 of RFC 2616. | ||||
* | | - drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and ↵ | Pierre Joye | 2010-09-17 | 1 | -6/+3 |
| | | | | | | | | cleanup/group the upgrade guide, no need of twenty titles for the same change | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | ||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -66/+3 |
| | | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | | * Pass TSRMLS_C around pageinfo.c | Kalle Sommer Nielsen | 2010-04-13 | 1 | -1/+1 |
|/ | | | | * Use zend_parse_parameters_none() in pageinfo.c | ||||
* | I am sorry I tried fixing PHP without extensive discussion on the mailing list. | Andrei Zmievski | 2010-03-18 | 1 | -2/+2 |
| | | | | | | | | | I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. Hope all the relevant parties are satisfied. | ||||
* | Fix a few problems with large (2G-4G) file uploads. Added | Andrei Zmievski | 2010-03-18 | 1 | -2/+2 |
| | | | | | --enable-large-uploads-fix switch because one change was in SAPI.h structure. | ||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -2/+2 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49248 by fixing bug #48994 properly | Jani Taskinen | 2009-08-17 | 1 | -33/+0 |
| | |||||
* | - Try disabling zlib.output_compression always for images. (zlib extension ↵ | Jani Taskinen | 2009-08-17 | 1 | -3/+4 |
| | | | | might be compiled as shared and not same time as the main PHP binary) |