From 0b5638325ca57dbe283d5c4c00bb64d670dddc8b Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Sat, 29 Nov 2025 13:19:04 +0100 Subject: [PATCH] dev-lang/php: Re-add previously broken test case Closes: https://github.com/gentoo/gentoo/pull/44815 Signed-off-by: Lothar Serra Mari Signed-off-by: Michael Orlitzky --- dev-lang/php/php-8.3.28.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-lang/php/php-8.3.28.ebuild b/dev-lang/php/php-8.3.28.ebuild index d6ea8da10dab6..0ae2bc9a6cb12 100644 --- a/dev-lang/php/php-8.3.28.ebuild +++ b/dev-lang/php/php-8.3.28.ebuild @@ -269,13 +269,6 @@ src_prepare() { ext/gd/tests/bug73272.phpt \ || die - # Should be OK in the next version, but this test required network - # access when it was added: - # - # https://github.com/php/php-src/pull/19776 - # - rm sapi/cli/tests/php_cli_server_ipv6_error_message.phpt || die - # One-off, somebody forgot to update a version constant rm ext/reflection/tests/ReflectionZendExtension.phpt || die