php-src/ext/session/tests
Yasuo Ohgaki 714f28d8e4 Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Fixed bug #71122 Session GC may not remove obsolete session data
2015-12-16 09:34:41 +09:00
..
001.phpt Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) 2010-08-11 21:12:18 +00:00
002.phpt - Remove unused blocks 2004-05-19 08:56:50 +00:00
003.phpt Strict session 2013-08-04 16:36:45 -07:00
004.phpt Strict session 2013-08-04 16:36:45 -07:00
005.phpt Strict session 2013-08-04 16:36:45 -07:00
006.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
009.phpt Strict session 2013-08-04 16:36:45 -07:00
010.phpt Removed the session 4.2 bug compatibility mode 2010-04-22 01:07:48 +00:00
011.phpt Removed the session 4.2 bug compatibility mode 2010-04-22 01:07:48 +00:00
012.phpt Strict session 2013-08-04 16:36:45 -07:00
013.phpt Strict session 2013-08-04 16:36:45 -07:00
014.phpt Strict session 2013-08-04 16:36:45 -07:00
015.phpt Strict session 2013-08-04 16:36:45 -07:00
016.phpt primitive test fixes 2014-02-28 09:43:57 +01:00
017.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
018.phpt Strict session 2013-08-04 16:36:45 -07:00
019.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
020.phpt Strict session 2013-08-04 16:36:45 -07:00
021.phpt Strict session 2013-08-04 16:36:45 -07:00
022.phpt These tests were backported from the PHP 6.0 branch, which in turn were ported from this branch and then updated to remove any dependencies on register_globals. With register_globals removed they are useful tests to run against the 5.X branches. 2008-04-22 16:04:31 +00:00
023.phpt Strict session 2013-08-04 16:36:45 -07:00
024.phpt Strict session 2013-08-04 16:36:45 -07:00
025.phpt Strict session 2013-08-04 16:36:45 -07:00
026.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
027.phpt Strict session 2013-08-04 16:36:45 -07:00
028.phpt These tests were backported from the PHP 6.0 branch, which in turn were ported from this branch and then updated to remove any dependencies on register_globals. With register_globals removed they are useful tests to run against the 5.X branches. 2008-04-22 16:04:31 +00:00
029.phpt Make session_decode return FALSE when it fails. 2015-01-25 15:26:00 +09:00
030.phpt Strict session 2013-08-04 16:36:45 -07:00
031.phpt Fixed test (it requires ext/hash) 2014-05-07 00:52:49 +02:00
bug24592.phpt Removed register_globals 2010-04-21 01:27:22 +00:00
bug26862.phpt Removed register_globals 2010-04-21 01:27:22 +00:00
bug31454.phpt fix test names 2007-05-07 18:03:01 +00:00
bug32330.phpt Fixed bug #71122 Session GC may not remove obsolete session data 2015-12-16 09:15:05 +09:00
bug36459.phpt fix #49599, the eol-style is important here, as this is a regression test for #36459 2011-09-26 23:28:24 +00:00
bug38377.phpt fix test names 2007-05-07 18:03:01 +00:00
bug41600.phpt Strict session 2013-08-04 16:36:45 -07:00
bug42596.phpt Fix bug 61870 ext\session\tests\bug42596.phpt fails 2012-04-30 12:06:28 +02:00
bug50308.phpt Fixed bug #50308 - session id not appended properly for empty anchor tags 2013-07-17 16:07:26 +01:00
bug51338.phpt Added test for bug #51338 2010-03-23 11:51:38 +00:00
bug53141.phpt - Fixed bug #53141 (autoload misbehaves if called from closing session) 2010-11-02 18:34:56 +00:00
bug55688.phpt Add test for bug #55688 2011-09-14 05:02:50 +00:00
bug60634_error_1.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug60634_error_2.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug60634_error_3.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug60634_error_4.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug60634_error_5.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug60634.phpt Fixed previous commit may delete unwanted cookies. Sync tests from upper branches. 2014-01-22 19:21:25 +09:00
bug60860.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
bug61470.phpt the test shouldn't fail when unlink failed 2015-03-13 17:33:47 +01:00
bug61728.phpt change the bug summary 2012-04-16 19:23:12 +08:00
bug63379_nodestroy.phpt Fix #63379 - Don't reset mod_user_is_open in destroy 2012-12-13 23:51:43 +00:00
bug63379.phpt Fix #63379 - Don't reset mod_user_is_open in destroy 2012-12-13 23:51:43 +00:00
bug65475.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
bug66481-win32.phpt refixed that test for 5.5+ 2014-01-22 23:30:14 +01:00
bug66481.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
bug66827.phpt Fixed bug #66827 Session raises E_NOTICE when session name variable is array 2014-07-19 09:52:31 +09:00
bug67694.phpt Fix #70013: Reference to $_SESSION is lost after a call to session_regenerate_id() 2015-09-07 03:57:03 +09:00
bug67972.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
bug68063.phpt Fixed bug #68063 Empty session IDs do still start sessions 2015-02-03 13:38:49 +09:00
bug70013.phpt Fix #70013: Reference to $_SESSION is lost after a call to session_regenerate_id() 2015-09-07 03:57:03 +09:00
bug70876.phpt Fixed bug #70876 (Segmentation fault when regenerating session id with strict mode) 2015-11-07 07:30:31 -08:00
rfc1867_cleanup.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_disabled_2.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_disabled.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_inter.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_invalid_settings_2-win.phpt Fix bug 61786 Failing tests in ext\session\tests\* 2012-04-26 15:39:45 +02:00
rfc1867_invalid_settings_2.phpt Fix bug 61786 Failing tests in ext\session\tests\* 2012-04-26 15:39:45 +02:00
rfc1867_invalid_settings-win.phpt Fix bug 61786 Failing tests in ext\session\tests\* 2012-04-26 15:39:45 +02:00
rfc1867_invalid_settings.phpt Fix bug 61786 Failing tests in ext\session\tests\* 2012-04-26 15:39:45 +02:00
rfc1867_no_name.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_sid_cookie.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_sid_get_2.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_sid_get.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_sid_invalid.phpt Strict session 2013-08-04 16:36:45 -07:00
rfc1867_sid_only_cookie_2.phpt - code cleanups 2010-05-11 16:39:07 +00:00
rfc1867_sid_only_cookie.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867_sid_post.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
rfc1867.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
save_handler_closures.inc Remove executable permission on inc 2012-10-10 10:44:34 +08:00
save_handler.inc WIP - test passes 2015-01-22 13:34:58 +09:00
session_abort_basic.phpt Implemented Request #20421 (session_abort() and session_reset() function 2013-08-10 16:57:56 +09:00
session_basic1.phpt The argument must be not changed in session_start 2015-01-29 12:26:13 +08:00
session_basic2.phpt WIP - test passes 2015-01-22 13:34:58 +09:00
session_basic3.phpt Add more test cases 2015-09-08 18:44:23 +09:00
session_cache_expire_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_expire_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_expire_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_expire_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_expire_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_limiter_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_limiter_error.phpt - New parameter parsing API 2008-06-21 15:27:34 +00:00
session_cache_limiter_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_limiter_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_cache_limiter_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_commit_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_commit_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_commit_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_commit_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_commit_variation3.phpt WIP - test passes 2015-01-22 13:34:58 +09:00
session_commit_variation4.phpt WIP - test passes 2015-01-22 13:34:58 +09:00
session_commit_variation5.phpt WIP - test passes 2015-01-22 13:34:58 +09:00
session_decode_basic_serialize.phpt Add php_serialize session.serialize_handler. This patch closes 2013-08-21 10:51:51 +09:00
session_decode_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_decode_error2.phpt fix path separator in test 2015-12-09 11:18:25 +01:00
session_decode_error.phpt - Fixed tests 2008-06-22 19:16:44 +00:00
session_decode_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_decode_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_decode_variation3.phpt Fix bug #70219 (Use after free vulnerability in session deserializer) 2015-08-23 19:56:12 -07:00
session_decode_variation4.phpt More session tests to improve code coverage for untested extension code 2008-04-29 08:57:09 +00:00
session_destroy_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_destroy_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_destroy_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_destroy_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_encode_basic.phpt fix tests 2011-08-01 03:42:02 +00:00
session_encode_error2.phpt Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
session_encode_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_encode_serialize.phpt Add php_serialize session.serialize_handler. This patch closes 2013-08-21 10:51:51 +09:00
session_encode_variation1.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_encode_variation2.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_encode_variation3.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_encode_variation4.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_encode_variation5.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_encode_variation6.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_encode_variation7.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_encode_variation8.phpt MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 2008-08-06 05:53:31 +00:00
session_get_cookie_params_basic.phpt MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane) 2008-07-15 01:00:00 +00:00
session_get_cookie_params_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_get_cookie_params_variation1.phpt MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane) 2008-07-15 01:00:00 +00:00
session_hash_function_basic.phpt primitive test fixes 2014-02-28 09:43:57 +01:00
session_id_basic.phpt Fixed Bug #65475 2013-08-21 08:12:11 +09:00
session_id_error2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_id_error3.phpt hmm, make it consistent 2014-04-11 12:54:42 +08:00
session_id_error4.phpt this test depends on session.hash_bits_per_character, but it was not explicitly set 2008-08-26 16:46:26 +00:00
session_id_error.phpt - New parameter parsing API 2008-06-21 15:27:34 +00:00
session_id_variation1.phpt MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane) 2008-07-15 01:00:00 +00:00
session_id_variation2.phpt Fix tests 2010-05-10 15:53:54 +00:00
session_module_name_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_module_name_error.phpt - New parameter parsing API 2008-06-21 15:27:34 +00:00
session_module_name_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_module_name_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_module_name_variation3.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
session_module_name_variation4.phpt More session tests to improve code coverage for untested extension code 2008-04-29 08:57:09 +00:00
session_name_basic.phpt Fix session test failures as reported by Antony Dovgal. 2008-04-30 09:28:02 +00:00
session_name_error.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
session_name_variation1.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
session_name_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_regenerate_id_basic.phpt Fixed bug #61470 - session_regenerate_id() does not create session file. 2015-02-03 12:23:00 +09:00
session_regenerate_id_cookie.phpt fix test 2015-09-29 13:04:06 +02:00
session_regenerate_id_error.phpt Fixed bug #61470 - session_regenerate_id() does not create session file. 2015-02-03 12:23:00 +09:00
session_regenerate_id_fastshutdown.phpt Fixed #68868 (Segfault in clean_non_persistent_constants() in SugarCRM 6.5.20) 2015-01-28 17:12:23 +08:00
session_regenerate_id_variation1.phpt Fixed bug #61470 - session_regenerate_id() does not create session file. 2015-02-03 12:23:00 +09:00
session_reset_basic.phpt Implemented Request #20421 (session_abort() and session_reset() function 2013-08-10 16:57:56 +09:00
session_save_path_basic.phpt Fix session test failures as reported by Antony Dovgal. 2008-04-30 09:28:02 +00:00
session_save_path_error.phpt Fix broken tests (thanks to Johannes for spotting these). 2008-12-02 10:20:56 +00:00
session_save_path_variation1.phpt Fix session test failures as reported by Antony Dovgal. 2008-04-30 09:28:02 +00:00
session_save_path_variation2.phpt primitive test fixes 2014-02-28 09:43:57 +01:00
session_save_path_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_save_path_variation4.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
session_save_path_variation5.phpt fix crash, enable session_id and fix test 2013-08-04 17:43:20 -07:00
session_set_cookie_params_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_cookie_params_error.phpt - New parameter parsing API 2008-06-21 15:27:34 +00:00
session_set_cookie_params_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_cookie_params_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_cookie_params_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_cookie_params_variation4.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_cookie_params_variation5.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_save_handler_basic.phpt Cleanup session id files after test 2015-01-29 10:31:39 +09:00
session_set_save_handler_class_001.phpt WIP - test passes 2015-01-22 13:34:58 +09:00
session_set_save_handler_class_002.phpt Followup fix to custom session save handlers 2014-07-07 12:59:54 -07:00
session_set_save_handler_class_003.phpt Implemented Bug #17860 Suggestion: auto detect whether session changed 2013-08-10 13:56:32 +09:00
session_set_save_handler_class_004.phpt Fix tests 2011-09-14 06:48:26 +00:00
session_set_save_handler_class_005.phpt Followup fix to custom session save handlers 2014-07-07 12:59:54 -07:00
session_set_save_handler_class_006.phpt Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
session_set_save_handler_class_007.phpt Implemented Bug #17860 Suggestion: auto detect whether session changed 2013-08-10 13:56:32 +09:00
session_set_save_handler_class_008.phpt Fix tests 2011-09-14 06:48:26 +00:00
session_set_save_handler_class_009.phpt Fix tests 2011-09-14 06:48:26 +00:00
session_set_save_handler_class_010.phpt Fix tests 2011-09-14 06:48:26 +00:00
session_set_save_handler_class_011.phpt Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
session_set_save_handler_class_012.phpt Merge branch 'master' into phpng 2014-07-08 11:32:29 +04:00
session_set_save_handler_class_013.phpt Fix tests 2011-09-14 06:48:26 +00:00
session_set_save_handler_class_014.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
session_set_save_handler_class_015.phpt fix calling user close func when it isn't open 2011-11-02 16:53:22 +00:00
session_set_save_handler_class_016.phpt Followup fix to custom session save handlers 2014-07-07 12:59:54 -07:00
session_set_save_handler_class_017.phpt Fix still broken session test. Only return true/false. 2014-07-07 14:30:28 -07:00
session_set_save_handler_class_018.phpt WIP - test passes 2015-01-22 13:34:58 +09:00
session_set_save_handler_closures.phpt Implemented Bug #17860 Suggestion: auto detect whether session changed 2013-08-10 13:56:32 +09:00
session_set_save_handler_error2.phpt Strict session 2013-08-04 16:36:45 -07:00
session_set_save_handler_error3.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
session_set_save_handler_error4.phpt Followup fix to custom session save handlers 2014-07-07 12:59:54 -07:00
session_set_save_handler_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_save_handler_iface_001.phpt Followup fix to custom session save handlers 2014-07-07 12:59:54 -07:00
session_set_save_handler_iface_002.phpt Fix bug 61786 Failing tests in ext\session\tests\* 2012-04-26 15:39:45 +02:00
session_set_save_handler_iface_003.phpt Merge branch 'PHP-5.6' 2014-11-06 13:49:43 +09:00
session_set_save_handler_sid_001.phpt Merge branch 'PHP-5.6' 2014-11-06 13:49:43 +09:00
session_set_save_handler_sid_002.phpt Reverted ad4533fdba 2015-07-21 11:18:36 +02:00
session_set_save_handler_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_save_handler_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_save_handler_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_set_save_handler_variation4.phpt Merge branch 'PHP-5.6' into PHP-7.0 2015-12-16 09:34:41 +09:00
session_set_save_handler_variation5.phpt fix dir separator in test 2015-02-11 15:10:48 +01:00
session_set_save_handler_variation6.phpt Cleanup session id files after test 2015-01-29 10:31:39 +09:00
session_start_error.phpt WIP - test passes 2015-01-22 13:34:58 +09:00
session_start_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation4.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation5.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation6.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation7.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation8.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_start_variation9.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_status_disabled.phpt typo fixes 2013-07-15 00:23:03 -07:00
session_status.phpt Expose session status via new function, session_status (Req #52982) 2011-08-29 21:29:26 +00:00
session_unset_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_unset_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_unset_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_write_close_basic.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_write_close_error.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_write_close_variation1.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_write_close_variation2.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_write_close_variation3.phpt New set of session extension tests for PHP 5.3 branch. 2008-04-22 16:04:30 +00:00
session_write_close_variation4.phpt Strict session 2013-08-04 16:36:45 -07:00
sessionhandler_open_001.phpt - Fixed memory leak when calling SessionHandler::open() several times 2011-09-14 01:45:57 +00:00
skipif.inc Skip reason is now printed if session.save_path is not writable. 2011-06-09 08:18:49 +00:00