| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Reversed implementation of FR #44164, pending further consideration. | Gustavo André dos Santos Lopes | 2010-11-18 | 1 | -17/+0 |
| | | | | | See rev #304903. | ||||
| * | - Fixed typo (reported by eyal.t at zend dot com) | Felipe Pena | 2010-11-17 | 1 | -1/+1 |
| | | |||||
| * | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 2 | -2/+2 |
| | | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
| * | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the content | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -0/+19 |
| | | | | | 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/+17 |
| | | | | | | | | | | | | 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. | ||||
| * | - Implemented FR #50692, not uploaded files don't count towards | Gustavo André dos Santos Lopes | 2010-10-04 | 2 | -0/+203 |
| | | | | | | | max_file_uploads limit. - As a side improvement, temporary files are not opened for empty uploads and, in debug mode, 0-length uploads. | ||||
| * | Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵ | Kalle Sommer Nielsen | 2010-08-11 | 1 | -3/+2 |
| | | | | | | | (Fixes #52570) # Trunk patch will follow shortly | ||||
| * | Errors using reserved words as methods | Christopher Jones | 2010-05-12 | 2 | -0/+32 |
| | | |||||
| * | Fix test | Jani Taskinen | 2009-12-11 | 1 | -0/+1 |
| | | |||||
| * | Fixed tests | Dmitry Stogov | 2009-09-21 | 2 | -2/+3 |
| | | |||||
| * | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 1 | -0/+12 |
| | | |||||
| * | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 4 | -0/+48 |
| | | |||||
| * | Removing unnecessary SKIPIF sections | Zoe Slattery | 2009-07-18 | 33 | -67/+1 |
| | | |||||
| * | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 1 | -0/+3 |
| | | |||||
| * | Add test for the recent magic_quotes_gpc regression. | Scott MacVicar | 2008-12-09 | 1 | -0/+21 |
| | | |||||
| * | MFH: Improve test and fix skipif | Hannes Magnusson | 2008-10-27 | 1 | -1/+5 |
| | | |||||
| * | - Fixed test | Felipe Pena | 2008-10-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed #46313 (Magic quotes broke $_FILES) | Arnaud Le Blanc | 2008-10-20 | 2 | -0/+124 |
| | | | | | | | | | | | | # magic_quotes_gpc was disabled during registration of $_FILES["x"]["tmp_name"] # and $GLOBALS["x"] (which is tmp_name with register_globals enabled). This # caused "x" to not be escaped so there was 2 different keys for the same file # in $_FILES, one with tmp_name and the other without. # All other variables (name, size, etc) are registered with magic_quotes_gpc # untouched, both in $_FILES and $GLOBALS and I did not found a reason for # disabling it for tmp_name. | ||||
| * | MFH: Fix test | Arnaud Le Blanc | 2008-09-10 | 1 | -0/+2 |
| | | |||||
| * | MFH: Added tests for rfc1867 post handler | Arnaud Le Blanc | 2008-09-08 | 14 | -0/+670 |
| | | |||||
| * | MFH:fix test | Jani Taskinen | 2008-08-14 | 1 | -0/+2 |
| | | |||||
| * | Added missing INI handler | Ilia Alshanetsky | 2008-05-18 | 1 | -0/+2 |
| | | |||||
| * | Fixed test | Ilia Alshanetsky | 2008-01-10 | 1 | -2/+1 |
| | | |||||
| * | enable display_startup_errors, fix test | Antony Dovgal | 2007-06-05 | 1 | -2/+6 |
| | | |||||
| * | fix test | Hannes Magnusson | 2007-06-03 | 1 | -1/+1 |
| | | |||||
| * | MFH:- Improved the error message for exceeding max_input_nesting_level. | foobar | 2007-06-03 | 1 | -1/+1 |
| | | |||||
| * | Improved fix for MOPB-02-2007 | Ilia Alshanetsky | 2007-06-03 | 1 | -0/+35 |
| | | |||||
| * | Register RAW_POST_DATA even when always_populate_raw_post_data is off in | Ilia Alshanetsky | 2007-05-07 | 1 | -0/+19 |
| | | | | | | instances where content type is not known | ||||
| * | Added HTTP_RAW_POST_DATA test for instances where post length exceeds | Ilia Alshanetsky | 2007-05-06 | 1 | -0/+19 |
| | | | | | | post_max_size. | ||||
| * | Added $HTTP_RAW_POST_DATA test | Ilia Alshanetsky | 2007-05-06 | 1 | -0/+30 |
| | | |||||
| * | fix test | Antony Dovgal | 2006-12-12 | 1 | -0/+2 |
| | | |||||
| * | MFH: new cookie tests | Hannes Magnusson | 2006-12-09 | 2 | -0/+48 |
| | | |||||
| * | fix test | Antony Dovgal | 2006-05-19 | 1 | -1/+1 |
| | | |||||
| * | fix test | Antony Dovgal | 2006-05-16 | 1 | -1/+1 |
| | | |||||
| * | - add test for multipart POST | Pierre Joye | 2006-05-03 | 1 | -0/+42 |
| | | | | | | - also first example of the POST_RAW section | ||||
| * | more POST+array tests | Antony Dovgal | 2006-05-03 | 8 | -0/+155 |
| | | |||||
| * | fix test when session.save_handler is "user" | foobar | 2005-07-08 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug #29971 (variables_order behaviour) | Dmitry Stogov | 2005-05-25 | 1 | -0/+15 |
| | | |||||
| * | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 9 | -15/+0 |
| | | |||||
| * | Fix 3 tests that didn't adequately specify the .ini settings they rely on | Rasmus Lerdorf | 2003-06-30 | 1 | -0/+1 |
| | | |||||
| * | Appended "\n" as suggested by Derick. | Moriyoshi Koizumi | 2002-12-19 | 1 | -1/+1 |
| | | |||||
| * | Added a test case for bug #20539 | Moriyoshi Koizumi | 2002-12-18 | 1 | -0/+10 |
| | | |||||
| * | Test argument passing for CLI | Marcus Boerger | 2002-08-21 | 1 | -0/+27 |
| | | |||||
| * | This does not work for CLI | Marcus Boerger | 2002-08-21 | 1 | -3/+4 |
| | | |||||
| * | Make test valid for either "register globals" setting. | Preston L. Bannister | 2002-05-16 | 1 | -9/+10 |
| | | |||||
| * | Fix typo in SKIP clause. | Preston L. Bannister | 2002-05-16 | 4 | -6/+6 |
| | | |||||
| * | Fixed many tests, mostly incorrect paths. | Sander Roobol | 2002-03-08 | 4 | -0/+8 |
| | | |||||
| * | - More test fixes | Derick Rethans | 2002-03-05 | 1 | -1/+1 |
| | | |||||
| * | Make these tests work regardless of the register_globals setting. | foobar | 2001-11-13 | 4 | -4/+4 |
| | | |||||
| * | Fix these to give correct results even if register_globals=off or | foobar | 2001-10-23 | 1 | -2/+10 |
| | | | | | | register_argc_argv=off. | ||||
