mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-04 05:07:55 +02:00
Conditionalize hash_hmac tests for 5.0
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
committed by
Edward Z. Yang
parent
0beecad78a
commit
8cd08620dc
@@ -1,3 +1,5 @@
|
||||
--SKIPIF--
|
||||
return !function_exists('hash_hmac');
|
||||
--INI--
|
||||
URI.Munge = "/redirect?s=%s&t=%t&r=%r&n=%n&m=%m&p=%p"
|
||||
URI.MungeSecretKey = "foo"
|
||||
|
@@ -1,3 +1,5 @@
|
||||
--SKIPIF--
|
||||
return !function_exists('hash_hmac');
|
||||
--INI--
|
||||
HTML.SafeObject = true
|
||||
HTML.SafeEmbed = true
|
||||
|
@@ -1,3 +1,5 @@
|
||||
--SKIPIF--
|
||||
return !function_exists('hash_hmac');
|
||||
--INI--
|
||||
URI.Munge = "/redirect.php?url=%s&check=%t"
|
||||
URI.MungeSecretKey = "foo"
|
||||
|
Reference in New Issue
Block a user