From 8b85382f29288bd4a8400844934241003e24bb4c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 9 Jul 2024 15:17:19 +0200 Subject: Fix compilation for PHP84+ PHP changed some includes for PHP8.4. This commit also adds php8.4-rc to the CI This fixes #497 and #496 Reported-by: rainerjung --- src/tests/session_encryption/set_custom_session_handler.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/session_encryption') diff --git a/src/tests/session_encryption/set_custom_session_handler.phpt b/src/tests/session_encryption/set_custom_session_handler.phpt index 04edcd0..1f3f907 100644 --- a/src/tests/session_encryption/set_custom_session_handler.phpt +++ b/src/tests/session_encryption/set_custom_session_handler.phpt @@ -3,6 +3,7 @@ Set a custom session handler --SKIPIF-- += 80400) print "skip"; /* Calling session_set_save_handler() with more than 2 arguments is deprecated */ ?> --EXTENSIONS-- session --INI-- -- cgit v1.3