commit: 0b5638325ca57dbe283d5c4c00bb64d670dddc8b Author: Lothar Serra Mari <mail <AT> serra <DOT> me> AuthorDate: Sat Nov 29 12:19:04 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri Dec 12 14:19:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b563832
dev-lang/php: Re-add previously broken test case Closes: https://github.com/gentoo/gentoo/pull/44815 Signed-off-by: Lothar Serra Mari <mail <AT> serra.me> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> 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 d6ea8da10dab..0ae2bc9a6cb1 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
