summaryrefslogtreecommitdiff
path: root/ext/session/tests
Commit message (Expand)AuthorAgeFilesLines
* Deprecate session_register(), session_unregister() andHannes Magnusson2008-12-0919-17/+211
* Fix broken tests (thanks to Johannes for spotting these).Ant Phillips2008-12-022-2/+6
* Latest and greatest versions of these session tests - checked on 5.3 snap on ...Ant Phillips2008-11-273-12/+8
* - Revert idiotic patch (hint: Windows IS NOT the most important OS!)Jani Taskinen2008-09-072-2/+2
* MFH: Fix test on WindowsKalle Sommer Nielsen2008-09-071-1/+1
* remove special treatment of /tmp pathAlexey Zakhlestin2008-08-311-8/+0
* this test depends on session.hash_bits_per_character, but it was not explicit...Alexey Zakhlestin2008-08-261-0/+1
* MFH: General sync. WS / CS / etc. crap some people didn't bother to mergeJani Taskinen2008-08-0613-47/+44
* Support for closuresDmitry Stogov2008-07-172-0/+104
* MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane)Jani Taskinen2008-07-155-1/+18
* - Fixed testsFelipe Pena2008-06-222-3/+4
* - New parameter parsing APIFelipe Pena2008-06-2110-13/+35
* Fix session test failures as reported by Antony Dovgal.Ant Phillips2008-04-305-4/+15
* Fix session test failures as reported by Antony Dovgal.Ant Phillips2008-04-309-0/+24
* More session tests to improve code coverage for untested extension codeAnt Phillips2008-04-292-1/+5
* More session tests to improve code coverage for untested extension codeAnt Phillips2008-04-2911-0/+591
* These tests were backported from the PHP 6.0 branch, which in turn were porte...Ant Phillips2008-04-229-0/+534
* New set of session extension tests for PHP 5.3 branch.Ant Phillips2008-04-22106-0/+9732
* Fix test (thanks Scoates!)Felipe Pena2008-03-081-2/+2
* Forgot one file in last commitGwynne Raskind2008-03-071-0/+85
* MFH: syncJani Taskinen2007-08-232-2/+2
* Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).Ilia Alshanetsky2007-06-061-0/+26
* fix testsAntony Dovgal2007-05-182-0/+2
* fix test namesAntony Dovgal2007-05-073-3/+3
* removed dl() blockIlia Alshanetsky2007-01-061-4/+0
* Fix skipifHannes Magnusson2007-01-061-1/+9
* die("skip this is for PHP < 4.2.3");Nuno Lopes2006-12-271-61/+0
* Fix testsHannes Magnusson2006-09-181-1/+1
* fix testAntony Dovgal2006-08-111-4/+4
* Fixed bug #38377 (session_destroy() gives warning afterIlia Alshanetsky2006-08-081-0/+13
* Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).Ilia Alshanetsky2006-02-281-0/+41
* 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