]> granicus.if.org Git - php/commit
Fix session test failures as reported by Antony Dovgal.
authorAnt Phillips <ant@php.net>
Wed, 30 Apr 2008 15:20:16 +0000 (15:20 +0000)
committerAnt Phillips <ant@php.net>
Wed, 30 Apr 2008 15:20:16 +0000 (15:20 +0000)
commitab211d72a37a385a7fa8575db9a81f528d983a9d
tree940ec01d69f5e334a637f941776592eb4e485ecd
parent3946b4727b1215a661522323f58fb163c630153b
Fix session test failures as reported by Antony Dovgal.

These were caused by the tests assuming default values for some session
configuration settings, in particular session.save_path and session.name.
The tests now explicitly set these settings in the --INI-- section.
ext/session/tests/session_id_variation1.phpt
ext/session/tests/session_id_variation2.phpt
ext/session/tests/session_save_path_variation4.phpt
ext/session/tests/session_save_path_variation5.phpt
ext/session/tests/session_set_save_handler_variation4.phpt