Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed test (it requires ext/hash)
pull/668/head
Ferenc Kovacs 12 years ago
parent
commit
f63ca453e0
  1. 1
      ext/session/tests/031.phpt

1
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=

Loading…
Cancel
Save