diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2013-08-30 11:46:16 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2013-08-30 11:46:16 +0900 |
commit | 09ed50fa448832303c1f89538e59a41ee121ebd2 (patch) | |
tree | c12040bda67aee31119b72606cb56b3938ee0994 /ext | |
parent | ec173433dac5d5ef64644cbc0e66454326a6725c (diff) | |
download | php-git-09ed50fa448832303c1f89538e59a41ee121ebd2.tar.gz |
Remove ini dependency in test
Diffstat (limited to 'ext')
-rw-r--r-- | ext/session/tests/session_hash_function_basic.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/tests/session_hash_function_basic.phpt b/ext/session/tests/session_hash_function_basic.phpt index 45b8bc0710..663852d9d1 100644 --- a/ext/session/tests/session_hash_function_basic.phpt +++ b/ext/session/tests/session_hash_function_basic.phpt @@ -2,6 +2,8 @@ Test session.hash_function ini setting : basic functionality --SKIPIF-- <?php include('skipif.inc'); ?> +--INI-- +session.hash_bits_per_character=4 --FILE-- <?php |