From fa5c7f9c75ecba4140fd35cfa9dc9beecbfca1db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 07:29:26 +0200 Subject: rebuild for PHP 8.5.0RC1 disable test suite with PHP 8.5 --- 399.patch | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ php-pecl-igbinary.spec | 16 ++++++++++++++- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 399.patch diff --git a/399.patch b/399.patch new file mode 100644 index 0000000..d9ed571 --- /dev/null +++ b/399.patch @@ -0,0 +1,55 @@ +From d28f7e6e5a2e7f73225bdf9b619920a7986ff885 Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Mon, 1 Sep 2025 14:59:55 +0200 +Subject: [PATCH] fix tests for 8.5.0beta2 + +--- + tests/igbinary_026_php8.phpt | 2 -- + tests/igbinary_026b_php8.phpt | 4 +--- + tests/igbinary_057.phpt | 2 +- + 3 files changed, 2 insertions(+), 6 deletions(-) + +diff --git a/tests/igbinary_026_php8.phpt b/tests/igbinary_026_php8.phpt +index 91313d16..9a5aad4e 100644 +--- a/tests/igbinary_026_php8.phpt ++++ b/tests/igbinary_026_php8.phpt +@@ -1,7 +1,5 @@ + --TEST-- + Cyclic array test +---INI-- +-report_memleaks=0 + --SKIPIF-- + "8.5" +REPORT_EXIT_STATUS=0 \ +%else REPORT_EXIT_STATUS=1 \ +%endif %{__php} -n run-tests.php $OPTS %endif @@ -237,6 +243,14 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 25 2025 Remi Collet - 3.2.16-6 +- rebuild for PHP 8.5.0RC1 +- disable test suite with PHP 8.5 + +* Mon Sep 1 2025 Remi Collet - 3.2.16-5 +- fix for PHP 8.5.0beta2 using patch from + https://github.com/igbinary/igbinary/pull/399 + * Wed Jul 30 2025 Remi Collet - 3.2.16-4 - fix for PHP 8.5.0alpha3 using patch from https://github.com/igbinary/igbinary/pull/398 -- cgit