Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-memcache for openSUSE:Factory checked in at 2025-11-12 21:14:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-memcache (Old) and /work/SRC/openSUSE:Factory/.php-memcache.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-memcache" Wed Nov 12 21:14:20 2025 rev:10 rq:1317182 version:8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/php-memcache/php-memcache.changes 2025-10-27 14:41:28.959052133 +0100 +++ /work/SRC/openSUSE:Factory/.php-memcache.new.1980/php-memcache.changes 2025-11-12 21:14:32.794534220 +0100 @@ -1,0 +2,6 @@ +Tue Nov 11 18:38:52 UTC 2025 - Arjen de Korte <[email protected]> + +- Fix failing test pecl63142.phpt + + memcache-clean-deprecated-ini.patch + +------------------------------------------------------------------- New: ---- memcache-clean-deprecated-ini.patch ----------(New B)---------- New:- Fix failing test pecl63142.phpt + memcache-clean-deprecated-ini.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-memcache.spec ++++++ --- /var/tmp/diff_new_pack.zDSxxb/_old 2025-11-12 21:14:33.662570605 +0100 +++ /var/tmp/diff_new_pack.zDSxxb/_new 2025-11-12 21:14:33.662570605 +0100 @@ -43,6 +43,8 @@ Patch1: fixup-unit-tests.patch # PATCH-FIX-UPSTREAM https://github.com/websupport-sk/pecl-memcache/pull/118 Patch2: memcache-fix-build-PHP-8.5.patch +# PATCH-FIX-UPSTREAM https://github.com/websupport-sk/pecl-memcache/pull/120 +Patch3: memcache-clean-deprecated-ini.patch %if 0%{?suse_version} > 1500 BuildRequires: %{php_name}-cli %endif ++++++ memcache-clean-deprecated-ini.patch ++++++ >From 0fa9b4a7f50bb31da7eb45ed3b3eba82f985f06c Mon Sep 17 00:00:00 2001 From: Remi Collet <[email protected]> Date: Wed, 15 Oct 2025 09:56:40 +0200 Subject: [PATCH] clean deprecated ini --- tests/pecl63142.phpt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/pecl63142.phpt b/tests/pecl63142.phpt index 5eef5f9..bea5697 100644 --- a/tests/pecl63142.phpt +++ b/tests/pecl63142.phpt @@ -2,9 +2,6 @@ PECL bug #63142 (memcache 3.0.7 segfaults with object (un)serialization) --SKIPIF-- <?php include 'connect.inc'; ?> ---INI-- -;fix me later -report_memleaks=0 --FILE-- <?php
