commit: 5d5444e9552788f99ac351468aead7a256a5bfc3
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 17:35:55 2026 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 17:44:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5444e9
dev-lang/php: re-enable a test
The test ext/reflection/tests/ReflectionZendExtension.phpt has been
disabled for a while because it apparently tests the installed opcache
version rather than the one just built. In php-8.5.x however this
extension is always built-in, and does not need to be loaded. The test
now passes for me so I am optimistically re-enabling it.
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-lang/php/php-8.5.2.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-lang/php/php-8.5.2.ebuild b/dev-lang/php/php-8.5.2.ebuild
index ca00d5aea513..5d6fd9b24f66 100644
--- a/dev-lang/php/php-8.5.2.ebuild
+++ b/dev-lang/php/php-8.5.2.ebuild
@@ -260,9 +260,6 @@ src_prepare() {
rm ext/dba/tests/gh19706.phpt
fi
- # One-off, somebody forgot to update a version constant
- rm ext/reflection/tests/ReflectionZendExtension.phpt || die
-
eautoconf --force
}