summaryrefslogtreecommitdiff
path: root/ext/session/tests
Commit message (Expand)AuthorAgeFilesLines
* Set serialize_handler to php to prevent test failures.Ilia Alshanetsky2002-11-2518-0/+18
* Modified the experimental new test class to make it easier to port to theJohn Coggeshall2002-11-011-1/+1
* -Only accept one single message which is expected.Marcus Boerger2002-10-291-3/+4
* This test requires special settingsMarcus Boerger2002-10-271-0/+2
* Fixed a bug in the test that would cause it to always fail.Ilia Alshanetsky2002-10-251-2/+4
* one version for php<4.2.3 and one for php>=4.2.3Marcus Boerger2002-10-242-1/+65
* - Hardcode dependent ini settingDerick Rethans2002-10-137-0/+7
* - Hardcode setting which affects the testDerick Rethans2002-10-121-0/+1
* - hardcode default rewriting tagsDerick Rethans2002-10-081-0/+1
* Call ob_flush to force the buffer contents to go through the rewriter.Sascha Schumann2002-10-071-0/+7
* remove trans_sid=1Sascha Schumann2002-10-031-1/+0
* 20: rewriter uses arg_seperator.output for modifying URLsSascha Schumann2002-10-032-0/+74
* 19: serializing references test case using globalsSascha Schumann2002-10-032-0/+94
* code from ancient bug #5271Sascha Schumann2002-10-031-0/+24
* invalid session.save_path should not cause a segfaultSascha Schumann2002-10-031-0/+19
* use_trans_sid should not affect SIDSascha Schumann2002-10-031-0/+21
* editingSascha Schumann2002-10-0314-21/+24
* A script should not be able to modify session.use_trans_sidSascha Schumann2002-10-031-0/+35
* There should not be any warning with regard to redefining SIDSascha Schumann2002-10-031-0/+25
* Registering _SESSION should not segfault.Sascha Schumann2002-10-031-0/+33
* Mini test cases for fixed segfaultsSascha Schumann2002-10-032-0/+39
* Remove ob_start()Sascha Schumann2002-10-035-7/+0
* Add test for unset($_SESSION["x"]); behaviourSascha Schumann2002-10-031-0/+56
* make tests work with CLISascha Schumann2002-10-038-4/+15
* Purge ini_set calls and replace through INI sections.Sascha Schumann2002-10-037-16/+17
* Reenable E_WARNING and test session.bug_compat_warn in addition.Sascha Schumann2002-10-031-2/+3
* session_destroy resets the sid, so we need to set it again hereSascha Schumann2002-10-031-0/+1
* Verify PHP 4.2 compatibility: global is used albeit register_globals=0Sascha Schumann2002-10-031-0/+57
* Verify PHP 4.2 compatibility: unset($c) with enabled register_globalsSascha Schumann2002-10-031-0/+56
* Fixed file include errorYasuo Ohgaki2002-04-196-6/+6
* Add missing skipif.incYasuo Ohgaki2002-03-121-0/+13
* Fixed many tests, mostly incorrect paths.Sander Roobol2002-03-086-0/+12
* These tests currently depend on register_globals=1Sascha Schumann2002-03-075-0/+10
* Make these tests succeed with non-standard settingsSascha Schumann2002-01-104-21/+21
* Made session test pass on systems with short open tags disabled.Edin Kadribasic2001-10-064-4/+4
* these tow fail with "Constant sid already defined" iHartmut Holzgraefe2001-07-222-0/+3
* make regession test of session work without the ugly hack in session.cThies C. Arntzen2001-07-131-0/+2
* - fixed the reference in session thingieThies C. Arntzen2001-06-211-0/+62
* Add a new test and refine the fourth testSascha Schumann2001-01-072-2/+158
* Add session_set_save_handler testSascha Schumann2000-12-241-0/+85
* Also call some member functions of the deserialized objectsSascha Schumann2000-12-241-3/+6
* Add session object deserialization testSascha Schumann2000-12-241-0/+33
* Add two regression tests for the session moduleSascha Schumann2000-12-242-0/+37