From 8dd70ebe7c781915b3382477b56488096e18386f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Sep 2024 08:09:01 +0200 Subject: fix test suite with PHP 8.4 using patch from https://github.com/igbinary/igbinary/pull/393 --- 393.patch | 29 +++++++++++++++++++++++++++++ php-pecl-igbinary.spec | 13 +++++++++---- 2 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 393.patch diff --git a/393.patch b/393.patch new file mode 100644 index 0000000..6b47045 --- /dev/null +++ b/393.patch @@ -0,0 +1,29 @@ +From f5d5ce34a0f7ef60a7321fd79a1477b32fc1e03b Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Mon, 30 Sep 2024 08:05:42 +0200 +Subject: [PATCH] E_STRICT is deprecated in 8.4 + +--- + tests/igbinary_009b_php8.phpt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tests/igbinary_009b_php8.phpt b/tests/igbinary_009b_php8.phpt +index 483576aa..33d24518 100644 +--- a/tests/igbinary_009b_php8.phpt ++++ b/tests/igbinary_009b_php8.phpt +@@ -12,7 +12,7 @@ if (PHP_MAJOR_VERSION < 8) { + pcre.jit=0 + --FILE-- + - 3.2.16-3 +- fix test suite with PHP 8.4 using patch from + https://github.com/igbinary/igbinary/pull/393 + * Tue Sep 24 2024 Remi Collet - 3.2.16-2 - rebuild for 8.4.0RC1 -- cgit