summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-8.4.21.ebuild
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /dev-lang/php/php-8.4.21.ebuild
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-develop.tar.gz
baldeagleos-repo-develop.tar.xz
baldeagleos-repo-develop.zip
Adding metadataHEADdevelop
Diffstat (limited to 'dev-lang/php/php-8.4.21.ebuild')
-rw-r--r--dev-lang/php/php-8.4.21.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-lang/php/php-8.4.21.ebuild b/dev-lang/php/php-8.4.21.ebuild
index b1400549c858..b9d1dc793830 100644
--- a/dev-lang/php/php-8.4.21.ebuild
+++ b/dev-lang/php/php-8.4.21.ebuild
@@ -32,7 +32,7 @@ IUSE="${IUSE} acl apparmor argon2 avif bcmath berkdb bzip2 calendar
capstone cdb +ctype curl debug
enchant exif ffi +fileinfo +filter
+flatfile ftp gd gdbm gmp +iconv inifile
- intl iodbc ipv6 +jit jpeg ldap ldap-sasl libedit libressl lmdb
+ intl iodbc ipv6 +jit jpeg ldap ldap-sasl libedit lmdb
mhash mssql mysql mysqli nls
odbc +opcache +opcache-jit pcntl pdo +phar +posix postgres png
qdbm readline selinux +session session-mm sharedmem
@@ -102,8 +102,8 @@ COMMON_DEPEND="
spell? ( app-text/aspell )
sqlite? ( dev-db/sqlite )
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
+
)
tidy? ( app-text/htmltidy )
tokyocabinet? ( dev-db/tokyocabinet )
@@ -270,9 +270,6 @@ src_prepare() {
# One-off, somebody forgot to update a version constant
rm ext/reflection/tests/ReflectionZendExtension.phpt || die
- if use libressl; then
- eapply -p0 ${FILESDIR}/php-8.4.20-patch-ext_openssl_openssl_c
- fi
eautoconf --force
}