summaryrefslogtreecommitdiff
path: root/ext/session/tests
Commit message (Collapse)AuthorAgeFilesLines
* add more tests for #60634 (stems from #21306) and xfail them all for the momentArpad Ray2012-01-046-1/+245
|
* add SessionHandlerInterface for session_set_save_handler() - #60551Arpad Ray2012-01-042-0/+203
|
* add test for #60634Arpad Ray2012-01-031-0/+45
|
* fix calling user close func when it isn't openArpad Ray2011-11-022-2/+24
|
* revert change, doesn't workStanislav Malyshev2011-10-161-1/+1
|
* fix openbasedir in testStanislav Malyshev2011-10-151-2/+1
|
* fix #49599, the eol-style is important here, as this is a regression test ↵Ferenc Kovacs2011-09-261-42/+42
| | | | for #36459
* fix default session handler error messageArpad Ray2011-09-141-2/+2
|
* Fix testsXinchen Hui2011-09-1411-26/+26
|
* Add test for bug #55688Xinchen Hui2011-09-141-0/+15
|
* - Fixed memory leak when calling SessionHandler::open() several timesFelipe Pena2011-09-141-0/+19
|
* fix session oo tests for windowsArpad Ray2011-09-141-3/+3
|
* Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-1314-0/+892
|
* I don't see why would be this a win only test. it works for me on linux, ↵Ferenc Kovacs2011-09-131-4/+1
| | | | checked the history, find no explanation.
* fixing the tests, added the error_log= to the --INI-- so it should also pass ↵Ferenc Kovacs2011-09-132-0/+6
| | | | for Stas
* revert bad test changeStanislav Malyshev2011-09-102-4/+0
|
* passing an invalid session.upload_progress.freq always generates an ↵Ferenc Kovacs2011-09-041-0/+2
| | | | additional startup error
* passing an invalid session.upload_progress.freq always generates an ↵Ferenc Kovacs2011-09-041-0/+2
| | | | additional startup error
* Expose session status via new function, session_status (Req #52982)Arpad Ray2011-08-292-0/+41
|
* fix testsStanislav Malyshev2011-08-013-7/+5
|
* Removed tests checking old/removed functionality ↵Shein Alexey2011-06-0914-1774/+0
| | | | (session_register/session_unregister/session_is_registered/register_globals)
* Changed session.save_path to /tmp to make test run.Shein Alexey2011-06-091-4/+4
|
* Skip reason is now printed if session.save_path is not writable.Shein Alexey2011-06-091-1/+1
|
* Fixed session test breakage due to serialize precision issue.Shein Alexey2011-06-091-1/+1
|
* fix testsAntony Dovgal2011-05-041-1/+1
|
* - Fixed bug #53141 (autoload misbehaves if called from closing session)Felipe Pena2010-11-021-0/+26
| | | | | patch by: ladislav at marek dot su
* MFB53: Changed deprecated ini options on startup from E_WARNING to ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
* - code cleanupsArnaud Le Blanc2010-05-1113-0/+227
| | | | | | | - cleanup progress data from session vars as soon as all post data has been readden (upload_progress.cleanup ini setting allows to disable this)
* Added session upload progress testsArnaud Le Blanc2010-05-1013-0/+1169
|
* Fix testsArnaud Le Blanc2010-05-108-1/+9
|
* Removed the session 4.2 bug compatibility modeKalle Sommer Nielsen2010-04-227-13/+0
|
* Removed session_is_registered(), session_register() and session_unregister().Kalle Sommer Nielsen2010-04-2114-15/+13
| | | | -- They are no longer needed without register_globals
* Removed register_globalsKalle Sommer Nielsen2010-04-2116-162/+56
|
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ↵Kalle Sommer Nielsen2010-04-153-28/+21
| | | | ext/session)
* Added test for bug #51338Ilia Alshanetsky2010-03-231-0/+15
|
* Fixed testsDmitry Stogov2009-09-2112-13/+14
|
* MFH: fix crash when session hash function generated long hashes with ↵Gwynne Raskind2009-07-171-0/+22
| | | | hash_bits_per_character larger than 4
* fix testJani Taskinen2009-05-261-0/+1
|
* - Fixed testsFelipe Pena2009-05-0512-13/+24
|
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-0412-1/+13
|
* MFH: Add test for bug#42596Hannes Magnusson2009-04-061-0/+32
|
* Deprecate session_register(), session_unregister() andHannes Magnusson2008-12-0919-17/+211
| | | | | session_is_registered() (removed in HEAD)
* 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
| | | | Windows, Linux and Linux 64 bit.
* - 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 ↵Alexey Zakhlestin2008-08-261-0/+1
| | | | explicitly set
* MFH: General sync. WS / CS / etc. crap some people didn't bother to mergeJani Taskinen2008-08-0613-47/+44
| | | | | | | MFH: before this commit..bunnies thank you all.. [DOC] - Added ext/hash support to ext/session's ID generator. (Sara) [DOC] Ask Sara for explanation..
* Support for closuresDmitry Stogov2008-07-172-0/+104
|