]> 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:18 +0000 (15:20 +0000)
committerAnt Phillips <ant@php.net>
Wed, 30 Apr 2008 15:20:18 +0000 (15:20 +0000)
commitad93b947a2d7b4eb2643c88befced047b892d590
tree0ed60ff934ba65a629dc8a014ac5ce6b855883e7
parent90c2cd0c37135b018fd74a75b940590607574929
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