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 ae83978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/cookies_php8/encrypt_cookies4.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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 > 80400) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_encrypted_cookies.ini
--COOKIE--
Expand Down

0 comments on commit ae83978

Please sign in to comment.