summaryrefslogtreecommitdiff
path: root/ext/session/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed test fileDmitry Stogov2005-07-051-1/+1
* Make sure files-save handler is used alwaysfoobar2005-07-0417-1/+18
* These tests require register_long_arrays=1foobar2005-03-313-0/+3
* add skipif sectionAntony Dovgal2005-01-091-0/+2
* add test for bug #31454Antony Dovgal2005-01-091-0/+19
* Better skip condition check for session tests.Ilia Alshanetsky2004-05-271-8/+11
* - Remove unused blocksMarcus Boerger2004-05-192-4/+0
* Skip session tests if session.save_path is not writable.Ilia Alshanetsky2004-05-131-0/+9
* Fixed test failure if session.use_trans_sid is enabled.Ilia Alshanetsky2004-04-151-0/+1
* Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() mayIlia Alshanetsky2004-02-111-0/+21
* fix test - remove warningStanislav Malyshev2004-02-051-1/+1
* Preserve casingMarcus Boerger2003-12-221-4/+4
* Incorrect test file was fixed. (Use pattern insted of absolute filename)Dmitry Stogov2003-12-161-3/+3
* Update test to reflect new functionality.Ilia Alshanetsky2003-12-141-0/+4
* Make these tests work under win32Wez Furlong2003-12-051-1/+4
* Fix tests for E_STRICT and check for E_STRICT in run-tests.php.Marcus Boerger2003-11-306-9/+9
* Added missing skip conditionIlia Alshanetsky2003-08-141-0/+2
* Fixed bug #24592 (Possible crash in session extnsion, with NULL values)Ilia Alshanetsky2003-07-211-0/+33
* fix this test when using a save_handler other than files...Sterling Hughes2003-07-021-0/+1
* MFBSascha Schumann2003-06-131-2/+1
* Fix the test. (second session init call produces a notice)foobar2003-06-131-1/+2
* Fix testsMarcus Boerger2003-05-315-24/+24
* MFH (test failure if session.serialize_handler is not set to php).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