diff options
author | Alexey Zakhlestin <indeyets@php.net> | 2008-08-26 16:46:26 +0000 |
---|---|---|
committer | Alexey Zakhlestin <indeyets@php.net> | 2008-08-26 16:46:26 +0000 |
commit | 97e26d95b7dea046bde2f4c32d191afebea6b404 (patch) | |
tree | 9038d0a55016390b48dd967d460ae0934cbf3c2c | |
parent | d8c43bde790c48ed44bcac109a206c5249c03352 (diff) | |
download | php-git-97e26d95b7dea046bde2f4c32d191afebea6b404.tar.gz |
this test depends on session.hash_bits_per_character, but it was not explicitly set
-rw-r--r-- | ext/session/tests/session_id_error4.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/session_id_error4.phpt b/ext/session/tests/session_id_error4.phpt index bb5cc6b858..6c1fdbcd6b 100644 --- a/ext/session/tests/session_id_error4.phpt +++ b/ext/session/tests/session_id_error4.phpt @@ -4,6 +4,7 @@ Test session_id() function : error functionality <?php include('skipif.inc'); ?> --INI-- session.hash_function=0 +session.hash_bits_per_character=4 --FILE-- <?php |