diff options
author | 2023-07-30 08:35:10 -0400 | |
---|---|---|
committer | 2023-07-30 20:49:13 -0400 | |
commit | b86e0533bfe57f2889c0b29834f566be0f0ad55f (patch) | |
tree | 0df9528c831db6de549577cf78db625fbcf09654 /dev-lang/php | |
parent | dev-lang/php: new addpredict() for a rare corner case. (diff) | |
download | gentoo-b86e0533bfe57f2889c0b29834f566be0f0ad55f.tar.gz gentoo-b86e0533bfe57f2889c0b29834f566be0f0ad55f.tar.bz2 gentoo-b86e0533bfe57f2889c0b29834f566be0f0ad55f.zip |
dev-lang/php: add valgrind support (8.2 slot only).
Closes: https://bugs.gentoo.org/906336
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-8.2.8-r2.ebuild (renamed from dev-lang/php/php-8.2.8-r1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/php/php-8.2.8-r1.ebuild b/dev-lang/php/php-8.2.8-r2.ebuild index 506f0c099e6a..98c074915afd 100644 --- a/dev-lang/php/php-8.2.8-r1.ebuild +++ b/dev-lang/php/php-8.2.8-r2.ebuild @@ -39,8 +39,8 @@ IUSE="${IUSE} acl apparmor argon2 avif bcmath berkdb bzip2 calendar oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm readline selinux +session session-mm sharedmem +simplexml snmp soap sockets sodium spell sqlite ssl - sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode webp - +xml xmlreader xmlwriter xpm xslt zip zlib" + sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode + valgrind webp +xml xmlreader xmlwriter xpm xslt zip zlib" # Without USE=readline or libedit, the interactive "php -a" CLI will hang. # The Oracle instant client provides its own incompatible ldap library. @@ -118,6 +118,7 @@ COMMON_DEPEND=" tokyocabinet? ( dev-db/tokyocabinet ) truetype? ( =media-libs/freetype-2* ) unicode? ( dev-libs/oniguruma:= ) + valgrind? ( dev-util/valgrind ) webp? ( media-libs/libwebp:0= ) xml? ( >=dev-libs/libxml2-2.9.0 ) xpm? ( x11-libs/libXpm ) @@ -385,6 +386,7 @@ src_configure() { $(use_with zip) $(use_with zlib zlib "${EPREFIX}/usr") $(use_enable debug) + $(use_with valgrind) ) # DBA support |