Arpad Ray
|
7486849b56
|
add SessionHandlerInterface for session_set_save_handler() - #60551
|
2012-01-04 01:16:45 +00:00 |
|
Arpad Ray
|
062b67ed06
|
add test for #60634
|
2012-01-03 21:47:16 +00:00 |
|
Arpad Ray
|
5f948f63ed
|
add test for #60634
|
2012-01-03 21:47:16 +00:00 |
|
Arpad Ray
|
11d6fcdba0
|
fix calling user close func when it isn't open
|
2011-11-02 16:53:22 +00:00 |
|
Stanislav Malyshev
|
63b934b9c7
|
revert change, doesn't work
|
2011-10-16 02:43:50 +00:00 |
|
Stanislav Malyshev
|
1551cc62db
|
fix openbasedir in test
|
2011-10-15 23:52:40 +00:00 |
|
Ferenc Kovacs
|
9c2f27a380
|
fix #49599, the eol-style is important here, as this is a regression test for #36459
|
2011-09-26 23:28:24 +00:00 |
|
Ferenc Kovacs
|
b2f1ae9673
|
fix #49599, the eol-style is important here, as this is a regression test for #36459
|
2011-09-26 23:28:24 +00:00 |
|
Christopher Jones
|
5ad03cd41a
|
MFH to fix PHP_5_3 diffs shown on http://qa.php.net/reports/?version=5.3.9-dev
|
2011-09-26 20:31:11 +00:00 |
|
Arpad Ray
|
aaa86e2287
|
fix default session handler error message
|
2011-09-14 15:30:30 +00:00 |
|
Xinchen Hui
|
7e5307cc79
|
Fix tests
|
2011-09-14 06:48:26 +00:00 |
|
Xinchen Hui
|
5412b2885d
|
Add test for bug #55688
|
2011-09-14 05:02:50 +00:00 |
|
Felipe Pena
|
b034032ae2
|
- Fixed memory leak when calling SessionHandler::open() several times
|
2011-09-14 01:45:57 +00:00 |
|
Arpad Ray
|
739151d388
|
fix session oo tests for windows
|
2011-09-14 01:16:19 +00:00 |
|
Arpad Ray
|
47cfae87eb
|
Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)
|
2011-09-13 22:28:15 +00:00 |
|
Ferenc Kovacs
|
6f39604ff3
|
I don't see why would be this a win only test. it works for me on linux, checked the history, find no explanation.
|
2011-09-13 21:06:06 +00:00 |
|
Ferenc Kovacs
|
6e998b4d0f
|
I don't see why would be this a win only test. it works for me on linux, checked the history, find no explanation.
|
2011-09-13 21:06:06 +00:00 |
|
Ferenc Kovacs
|
e82139d2e0
|
fixing the tests, added the error_log= to the --INI-- so it should also pass for Stas
|
2011-09-13 19:56:42 +00:00 |
|
Stanislav Malyshev
|
334636fefb
|
revert bad test change
|
2011-09-10 05:29:29 +00:00 |
|
Ferenc Kovacs
|
adb25ed261
|
passing an invalid session.upload_progress.freq always generates an additional startup error
|
2011-09-04 15:02:08 +00:00 |
|
Ferenc Kovacs
|
492daa5fa7
|
passing an invalid session.upload_progress.freq always generates an additional startup error
|
2011-09-04 14:28:52 +00:00 |
|
Arpad Ray
|
c8de01fef8
|
Expose session status via new function, session_status (Req #52982)
|
2011-08-29 21:29:26 +00:00 |
|
Stanislav Malyshev
|
1c83f5e04c
|
fix tests
|
2011-08-01 03:42:02 +00:00 |
|
Shein Alexey
|
ae2e75a657
|
Fixed test.
|
2011-06-09 13:09:25 +00:00 |
|
Shein Alexey
|
4cd96965fb
|
Removed tests checking old/removed functionality (session_register/session_unregister/session_is_registered/register_globals)
|
2011-06-09 08:54:47 +00:00 |
|
Shein Alexey
|
21fb2a42cc
|
Changed session.save_path to /tmp to make test run.
|
2011-06-09 08:24:12 +00:00 |
|
Shein Alexey
|
b99e1ba2d8
|
Changed session.save_path to /tmp to make test run.
|
2011-06-09 08:24:12 +00:00 |
|
Shein Alexey
|
3b37e152c3
|
Skip reason is now printed if session.save_path is not writable.
|
2011-06-09 08:18:49 +00:00 |
|
Shein Alexey
|
060ceea06e
|
Skip reason is now printed if session.save_path is not writable.
|
2011-06-09 08:18:49 +00:00 |
|
Shein Alexey
|
25adf56921
|
Fixed session test breakage due to serialize precision issue.
|
2011-06-09 07:44:10 +00:00 |
|
Shein Alexey
|
efb6757e16
|
Fixed session test breakage due to serialize precision issue.
|
2011-06-09 07:44:10 +00:00 |
|
Antony Dovgal
|
8f8a54ab37
|
fix tests
|
2011-05-04 08:44:14 +00:00 |
|
Antony Dovgal
|
bb2ccc96d3
|
fix tests
|
2011-05-04 08:44:14 +00:00 |
|
Felipe Pena
|
477b8a6664
|
- Fixed bug #53141 (autoload misbehaves if called from closing session)
patch by: ladislav at marek dot su
|
2010-11-02 18:34:56 +00:00 |
|
Felipe Pena
|
7ded7577b2
|
- Fixed bug #53141 (autoload misbehaves if called from closing session)
patch by: ladislav at marek dot su
|
2010-11-02 18:34:56 +00:00 |
|
Kalle Sommer Nielsen
|
a448b6a72b
|
MFB53: Changed deprecated ini options on startup from E_WARNING to 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
|
2010-08-11 21:41:30 +00:00 |
|
Kalle Sommer Nielsen
|
8deefa8780
|
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570)
# Trunk patch will follow shortly
|
2010-08-11 21:12:18 +00:00 |
|
Pierre Joye
|
32447e4902
|
- restore previous setting
|
2010-06-08 22:27:14 +00:00 |
|
Pierre Joye
|
f8b17007e0
|
- [DOC] add session.entropy* support to windows
|
2010-06-08 13:46:19 +00:00 |
|
Arnaud Le Blanc
|
4f3b619625
|
- code cleanups
- cleanup progress data from session vars as soon as all
post data has been readden (upload_progress.cleanup
ini setting allows to disable this)
|
2010-05-11 16:39:07 +00:00 |
|
Arnaud Le Blanc
|
6f3cea3870
|
Added session upload progress tests
|
2010-05-10 16:10:09 +00:00 |
|
Arnaud Le Blanc
|
d5a646480d
|
Fix tests
|
2010-05-10 15:53:54 +00:00 |
|
Kalle Sommer Nielsen
|
e73a794105
|
Removed the session 4.2 bug compatibility mode
|
2010-04-22 01:07:48 +00:00 |
|
Kalle Sommer Nielsen
|
3f29144348
|
Removed session_is_registered(), session_register() and session_unregister().
-- They are no longer needed without register_globals
|
2010-04-21 23:03:16 +00:00 |
|
Kalle Sommer Nielsen
|
febee11285
|
Removed register_globals
|
2010-04-21 01:27:22 +00:00 |
|
Kalle Sommer Nielsen
|
a5304b138f
|
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)
|
2010-04-15 16:36:08 +00:00 |
|
Ilia Alshanetsky
|
8a9364080b
|
Added test for bug #51338
|
2010-03-23 11:51:38 +00:00 |
|
Dmitry Stogov
|
7bfe056174
|
Fixed tests
|
2009-09-21 09:52:19 +00:00 |
|
Gwynne Raskind
|
2673b9be38
|
MFH: fix crash when session hash function generated long hashes with hash_bits_per_character larger than 4
|
2009-07-17 14:21:59 +00:00 |
|
Jani Taskinen
|
694566d6c4
|
fix test
|
2009-05-26 10:12:16 +00:00 |
|