Skip to content

Commit

Permalink
Skip a test on PHP8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Sep 6, 2024
1 parent fbc620a commit 47e88e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/cookies_php8/encrypt_cookies4.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Cookie encryption in ipv6
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
<?php if (PHP_VERSION_ID < 80000) print "skip"; ?>
<?php if (PHP_VERSION_ID < 80000 || PHP_VERSION_ID >= 80200) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_encrypted_cookies.ini
--COOKIE--
Expand Down

0 comments on commit 47e88e1

Please sign in to comment.