diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-04-10 12:14:11 +0400 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-05-07 00:52:49 +0200 |
commit | 8517001b259f1e8e540ee45cf15cf0312ca14098 (patch) | |
tree | b9127c2a74bb57b4dfd4ff79e45c1b22a41971d6 | |
parent | f880013c4d0a65baa104c19cd8058a970295eb80 (diff) | |
download | php-git-8517001b259f1e8e540ee45cf15cf0312ca14098.tar.gz |
Fixed test (it requires ext/hash)
-rw-r--r-- | ext/session/tests/031.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/031.phpt b/ext/session/tests/031.phpt index e8deb3dac5..7486c4b866 100644 --- a/ext/session/tests/031.phpt +++ b/ext/session/tests/031.phpt @@ -2,6 +2,7 @@ setting hash_function to sha512 and hash_bits_per_character > 4 should not crash --SKIPIF-- <?php include('skipif.inc'); ?> +<?php if (!extension_loaded('hash')) die('skip hash extension not available'); ?> --INI-- session.use_cookies=0 session.cache_limiter= |