| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add more tests for #60634 (stems from #21306) and xfail them all for the moment | Arpad Ray | 2012-01-04 | 6 | -1/+245 |
| | | |||||
| * | add SessionHandlerInterface for session_set_save_handler() - #60551 | Arpad Ray | 2012-01-04 | 2 | -0/+203 |
| | | |||||
| * | add test for #60634 | Arpad Ray | 2012-01-03 | 1 | -0/+45 |
| | | |||||
| * | fix calling user close func when it isn't open | Arpad Ray | 2011-11-02 | 2 | -2/+24 |
| | | |||||
| * | revert change, doesn't work | Stanislav Malyshev | 2011-10-16 | 1 | -1/+1 |
| | | |||||
| * | fix openbasedir in test | Stanislav Malyshev | 2011-10-15 | 1 | -2/+1 |
| | | |||||
| * | fix #49599, the eol-style is important here, as this is a regression test ↵ | Ferenc Kovacs | 2011-09-26 | 1 | -42/+42 |
| | | | | | for #36459 | ||||
| * | fix default session handler error message | Arpad Ray | 2011-09-14 | 1 | -2/+2 |
| | | |||||
| * | Fix tests | Xinchen Hui | 2011-09-14 | 11 | -26/+26 |
| | | |||||
| * | Add test for bug #55688 | Xinchen Hui | 2011-09-14 | 1 | -0/+15 |
| | | |||||
| * | - Fixed memory leak when calling SessionHandler::open() several times | Felipe Pena | 2011-09-14 | 1 | -0/+19 |
| | | |||||
| * | fix session oo tests for windows | Arpad Ray | 2011-09-14 | 1 | -3/+3 |
| | | |||||
| * | Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) | Arpad Ray | 2011-09-13 | 14 | -0/+892 |
| | | |||||
| * | I don't see why would be this a win only test. it works for me on linux, ↵ | Ferenc Kovacs | 2011-09-13 | 1 | -4/+1 |
| | | | | | checked the history, find no explanation. | ||||
| * | fixing the tests, added the error_log= to the --INI-- so it should also pass ↵ | Ferenc Kovacs | 2011-09-13 | 2 | -0/+6 |
| | | | | | for Stas | ||||
| * | revert bad test change | Stanislav Malyshev | 2011-09-10 | 2 | -4/+0 |
| | | |||||
| * | passing an invalid session.upload_progress.freq always generates an ↵ | Ferenc Kovacs | 2011-09-04 | 1 | -0/+2 |
| | | | | | additional startup error | ||||
| * | passing an invalid session.upload_progress.freq always generates an ↵ | Ferenc Kovacs | 2011-09-04 | 1 | -0/+2 |
| | | | | | additional startup error | ||||
| * | Expose session status via new function, session_status (Req #52982) | Arpad Ray | 2011-08-29 | 2 | -0/+41 |
| | | |||||
| * | fix tests | Stanislav Malyshev | 2011-08-01 | 3 | -7/+5 |
| | | |||||
| * | Removed tests checking old/removed functionality ↵ | Shein Alexey | 2011-06-09 | 14 | -1774/+0 |
| | | | | | (session_register/session_unregister/session_is_registered/register_globals) | ||||
| * | Changed session.save_path to /tmp to make test run. | Shein Alexey | 2011-06-09 | 1 | -4/+4 |
| | | |||||
| * | Skip reason is now printed if session.save_path is not writable. | Shein Alexey | 2011-06-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed session test breakage due to serialize precision issue. | Shein Alexey | 2011-06-09 | 1 | -1/+1 |
| | | |||||
| * | fix tests | Antony Dovgal | 2011-05-04 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #53141 (autoload misbehaves if called from closing session) | Felipe Pena | 2010-11-02 | 1 | -0/+26 |
| | | | | | | patch by: ladislav at marek dot su | ||||
| * | MFB53: Changed deprecated ini options on startup from E_WARNING to ↵ | Kalle Sommer Nielsen | 2010-08-11 | 1 | -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 cleanups | Arnaud Le Blanc | 2010-05-11 | 13 | -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 tests | Arnaud Le Blanc | 2010-05-10 | 13 | -0/+1169 |
| | | |||||
| * | Fix tests | Arnaud Le Blanc | 2010-05-10 | 8 | -1/+9 |
| | | |||||
| * | Removed the session 4.2 bug compatibility mode | Kalle Sommer Nielsen | 2010-04-22 | 7 | -13/+0 |
| | | |||||
| * | Removed session_is_registered(), session_register() and session_unregister(). | Kalle Sommer Nielsen | 2010-04-21 | 14 | -15/+13 |
| | | | | | -- They are no longer needed without register_globals | ||||
| * | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 16 | -162/+56 |
| | | |||||
| * | Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ↵ | Kalle Sommer Nielsen | 2010-04-15 | 3 | -28/+21 |
| | | | | | ext/session) | ||||
| * | Added test for bug #51338 | Ilia Alshanetsky | 2010-03-23 | 1 | -0/+15 |
| | | |||||
| * | Fixed tests | Dmitry Stogov | 2009-09-21 | 12 | -13/+14 |
| | | |||||
| * | MFH: fix crash when session hash function generated long hashes with ↵ | Gwynne Raskind | 2009-07-17 | 1 | -0/+22 |
| | | | | | hash_bits_per_character larger than 4 | ||||
| * | fix test | Jani Taskinen | 2009-05-26 | 1 | -0/+1 |
| | | |||||
| * | - Fixed tests | Felipe Pena | 2009-05-05 | 12 | -13/+24 |
| | | |||||
| * | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 12 | -1/+13 |
| | | |||||
| * | MFH: Add test for bug#42596 | Hannes Magnusson | 2009-04-06 | 1 | -0/+32 |
| | | |||||
| * | Deprecate session_register(), session_unregister() and | Hannes Magnusson | 2008-12-09 | 19 | -17/+211 |
| | | | | | | session_is_registered() (removed in HEAD) | ||||
| * | Fix broken tests (thanks to Johannes for spotting these). | Ant Phillips | 2008-12-02 | 2 | -2/+6 |
| | | |||||
| * | Latest and greatest versions of these session tests - checked on 5.3 snap on ↵ | Ant Phillips | 2008-11-27 | 3 | -12/+8 |
| | | | | | Windows, Linux and Linux 64 bit. | ||||
| * | - Revert idiotic patch (hint: Windows IS NOT the most important OS!) | Jani Taskinen | 2008-09-07 | 2 | -2/+2 |
| | | |||||
| * | MFH: Fix test on Windows | Kalle Sommer Nielsen | 2008-09-07 | 1 | -1/+1 |
| | | |||||
| * | remove special treatment of /tmp path | Alexey Zakhlestin | 2008-08-31 | 1 | -8/+0 |
| | | |||||
| * | this test depends on session.hash_bits_per_character, but it was not ↵ | Alexey Zakhlestin | 2008-08-26 | 1 | -0/+1 |
| | | | | | explicitly set | ||||
| * | MFH: General sync. WS / CS / etc. crap some people didn't bother to merge | Jani Taskinen | 2008-08-06 | 13 | -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 closures | Dmitry Stogov | 2008-07-17 | 2 | -0/+104 |
| | | |||||
