summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-09-26 21:35:00 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-10-02 00:37:38 +0100
commite9be8d1af3cae9142c6b7f9a963b98b659465707 (patch)
treefbe92f2e6a03c6b767f9b8db43eaa6c75670ecb1 /profiles
parentprofiles: remove no longer supported FEATURES=cgroup (diff)
downloadportage-e9be8d1af3cae9142c6b7f9a963b98b659465707.tar.xz
dev-lang/php: add 7.3.32-r1
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.local.desc37
1 files changed, 37 insertions, 0 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 48a42107..07a39791 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2,6 +2,43 @@
# your descriptions to your package's metadata.xml ONLY.
# * generated automatically using egencache *
+dev-lang/php:argon2 - Enable password hashing algorithm from app-crypt/argon2
+dev-lang/php:bcmath - Add support for libbcmath
+dev-lang/php:cli - Enable CLI SAPI
+dev-lang/php:coverage - Include gcov symbols for test coverage and lcov reports. Only useful for extension developers, and requires GCC.
+dev-lang/php:ctype - Enable ctype functions
+dev-lang/php:embed - Enable embed SAPI
+dev-lang/php:enchant - Add supports Enchant spelling library.
+dev-lang/php:fileinfo - Add fileinfo extension support
+dev-lang/php:filter - Add filter extension support
+dev-lang/php:flatfile - Add dbm support for flat files
+dev-lang/php:fpm - Enable the FastCGI Process Manager SAPI
+dev-lang/php:gd - Adds support for gd (bundled with PHP)
+dev-lang/php:hash - Enable the hash extension
+dev-lang/php:inifile - Add dbm support for .ini files
+dev-lang/php:intl - Enables the intl extension for extended internalization support
+dev-lang/php:jit - Enable PCRE JIT support
+dev-lang/php:json - Enable JSON support
+dev-lang/php:ldap-sasl - Add SASL support for the PHP LDAP extension
+dev-lang/php:lmdb - Enable support for dev-db/lmdb db backend
+dev-lang/php:opcache - Enables built-in opcode cache, replacing pecl-apc et al.
+dev-lang/php:pcntl - Add support for process creation functions
+dev-lang/php:pdo - Enable the bundled PDO extensions
+dev-lang/php:phar - Enables the phar extension to provide phar archive support
+dev-lang/php:phpdbg - Enable the PHP Debug Command Line SAPI (like gdb for php)
+dev-lang/php:session-mm - Include dev-libs/mm support for session storage
+dev-lang/php:sharedmem - Add support for shared memory use
+dev-lang/php:simplexml - Support for SimpleXML
+dev-lang/php:sodium - Enable support for crypto through dev-libs/libsodium
+dev-lang/php:sysvipc - Support for System V-compatible inter-process communication
+dev-lang/php:tokenizer - Add support for the PHP file parser
+dev-lang/php:tokyocabinet - Enable support for dev-db/tokyocabinet db backend
+dev-lang/php:wddx - Add support for Web Distributed Data eXchange
+dev-lang/php:webp - Enable webp support for GD in php-7.x
+dev-lang/php:xmlreader - Enable XMLReader support
+dev-lang/php:xmlwriter - Enable XMLWriter support
+dev-lang/php:xslt - Enable the XSL extension
+dev-lang/php:zip-encryption - Enable ZIP file encryption from dev-libs/libzip
net-im/jabberd2:experimental - Enable experimental features such as TLS Everywhere.
net-im/jabberd2:memdebug - Enable nad and pool debug. Requires USE="debug" to be set.
net-im/jabberd2:websocket - Enable WebSocket support on C2S port.