| Commit message (Expand) | Author | Age | Files | Lines |
* | Set serialize_handler to php to prevent test failures. | Ilia Alshanetsky | 2002-11-25 | 18 | -0/+18 |
* | Modified the experimental new test class to make it easier to port to the | John Coggeshall | 2002-11-01 | 1 | -1/+1 |
* | -Only accept one single message which is expected. | Marcus Boerger | 2002-10-29 | 1 | -3/+4 |
* | This test requires special settings | Marcus Boerger | 2002-10-27 | 1 | -0/+2 |
* | Fixed a bug in the test that would cause it to always fail. | Ilia Alshanetsky | 2002-10-25 | 1 | -2/+4 |
* | one version for php<4.2.3 and one for php>=4.2.3 | Marcus Boerger | 2002-10-24 | 2 | -1/+65 |
* | - Hardcode dependent ini setting | Derick Rethans | 2002-10-13 | 7 | -0/+7 |
* | - Hardcode setting which affects the test | Derick Rethans | 2002-10-12 | 1 | -0/+1 |
* | - hardcode default rewriting tags | Derick Rethans | 2002-10-08 | 1 | -0/+1 |
* | Call ob_flush to force the buffer contents to go through the rewriter. | Sascha Schumann | 2002-10-07 | 1 | -0/+7 |
* | remove trans_sid=1 | Sascha Schumann | 2002-10-03 | 1 | -1/+0 |
* | 20: rewriter uses arg_seperator.output for modifying URLs | Sascha Schumann | 2002-10-03 | 2 | -0/+74 |
* | 19: serializing references test case using globals | Sascha Schumann | 2002-10-03 | 2 | -0/+94 |
* | code from ancient bug #5271 | Sascha Schumann | 2002-10-03 | 1 | -0/+24 |
* | invalid session.save_path should not cause a segfault | Sascha Schumann | 2002-10-03 | 1 | -0/+19 |
* | use_trans_sid should not affect SID | Sascha Schumann | 2002-10-03 | 1 | -0/+21 |
* | editing | Sascha Schumann | 2002-10-03 | 14 | -21/+24 |
* | A script should not be able to modify session.use_trans_sid | Sascha Schumann | 2002-10-03 | 1 | -0/+35 |
* | There should not be any warning with regard to redefining SID | Sascha Schumann | 2002-10-03 | 1 | -0/+25 |
* | Registering _SESSION should not segfault. | Sascha Schumann | 2002-10-03 | 1 | -0/+33 |
* | Mini test cases for fixed segfaults | Sascha Schumann | 2002-10-03 | 2 | -0/+39 |
* | Remove ob_start() | Sascha Schumann | 2002-10-03 | 5 | -7/+0 |
* | Add test for unset($_SESSION["x"]); behaviour | Sascha Schumann | 2002-10-03 | 1 | -0/+56 |
* | make tests work with CLI | Sascha Schumann | 2002-10-03 | 8 | -4/+15 |
* | Purge ini_set calls and replace through INI sections. | Sascha Schumann | 2002-10-03 | 7 | -16/+17 |
* | Reenable E_WARNING and test session.bug_compat_warn in addition. | Sascha Schumann | 2002-10-03 | 1 | -2/+3 |
* | session_destroy resets the sid, so we need to set it again here | Sascha Schumann | 2002-10-03 | 1 | -0/+1 |
* | Verify PHP 4.2 compatibility: global is used albeit register_globals=0 | Sascha Schumann | 2002-10-03 | 1 | -0/+57 |
* | Verify PHP 4.2 compatibility: unset($c) with enabled register_globals | Sascha Schumann | 2002-10-03 | 1 | -0/+56 |
* | Fixed file include error | Yasuo Ohgaki | 2002-04-19 | 6 | -6/+6 |
* | Add missing skipif.inc | Yasuo Ohgaki | 2002-03-12 | 1 | -0/+13 |
* | Fixed many tests, mostly incorrect paths. | Sander Roobol | 2002-03-08 | 6 | -0/+12 |
* | These tests currently depend on register_globals=1 | Sascha Schumann | 2002-03-07 | 5 | -0/+10 |
* | Make these tests succeed with non-standard settings | Sascha Schumann | 2002-01-10 | 4 | -21/+21 |
* | Made session test pass on systems with short open tags disabled. | Edin Kadribasic | 2001-10-06 | 4 | -4/+4 |
* | these tow fail with "Constant sid already defined" i | Hartmut Holzgraefe | 2001-07-22 | 2 | -0/+3 |
* | make regession test of session work without the ugly hack in session.c | Thies C. Arntzen | 2001-07-13 | 1 | -0/+2 |
* | - fixed the reference in session thingie | Thies C. Arntzen | 2001-06-21 | 1 | -0/+62 |
* | Add a new test and refine the fourth test | Sascha Schumann | 2001-01-07 | 2 | -2/+158 |
* | Add session_set_save_handler test | Sascha Schumann | 2000-12-24 | 1 | -0/+85 |
* | Also call some member functions of the deserialized objects | Sascha Schumann | 2000-12-24 | 1 | -3/+6 |
* | Add session object deserialization test | Sascha Schumann | 2000-12-24 | 1 | -0/+33 |
* | Add two regression tests for the session module | Sascha Schumann | 2000-12-24 | 2 | -0/+37 |