136 lines
3.9 KiB
XML
136 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>php-bugs@gentoo.org</email>
|
|
<name>PHP</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>mjo@gentoo.org</email>
|
|
<name>Michael Orlitzky</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="apparmor">
|
|
Support FPM application confinement through
|
|
<pkg>sys-libs/libapparmor</pkg>
|
|
</flag>
|
|
<flag name="argon2">
|
|
Enable password hashing algorithm from <pkg>app-crypt/argon2</pkg>
|
|
</flag>
|
|
<flag name="avif">
|
|
Enable AVIF support in bundled libgd
|
|
</flag>
|
|
<flag name="bcmath">
|
|
Enable the BCMath Arbitrary Precision Mathematics extension
|
|
</flag>
|
|
<flag name="cli">
|
|
Enable the Command-Line Interface (CLI) SAPI
|
|
</flag>
|
|
<flag name="coverage">
|
|
Include gcov symbols for test coverage and lcov reports. Only
|
|
useful for extension developers, and requires GCC.
|
|
</flag>
|
|
<flag name="ctype">
|
|
Enable the Character type checking (ctype) extension
|
|
</flag>
|
|
<flag name="embed">
|
|
Enable embed SAPI
|
|
</flag>
|
|
<flag name="enchant">
|
|
Enable the Enchant spelling library extension using
|
|
<pkg>app-text/enchant</pkg>
|
|
</flag>
|
|
<flag name="ffi">
|
|
Enable the Foreign Function Interface (FFI) extension using
|
|
<pkg>dev-libs/libffi</pkg>
|
|
</flag>
|
|
<flag name="fileinfo">
|
|
Enable the File Information extension
|
|
</flag>
|
|
<flag name="filter">
|
|
Enable the Data Filtering extension
|
|
</flag>
|
|
<flag name="flatfile">
|
|
Add dbm support for flat files
|
|
</flag>
|
|
<flag name="fpm">
|
|
Enable the FastCGI Process Manager SAPI
|
|
</flag>
|
|
<flag name="gd">
|
|
Enable the Image Processing and GD extension (requires
|
|
<pkg>media-libs/libjpeg-turbo</pkg> and
|
|
<pkg>media-libs/libpng</pkg>)
|
|
</flag>
|
|
<flag name="inifile">
|
|
Add dbm support for .ini files
|
|
</flag>
|
|
<flag name="jit">
|
|
Enable PCRE JIT support
|
|
</flag>
|
|
<flag name="json">
|
|
Enable the JavaScript Object Notation extension
|
|
</flag>
|
|
<flag name="ldap-sasl">
|
|
Add SASL support for the PHP LDAP extension using
|
|
<pkg>dev-libs/cyrus-sasl</pkg>
|
|
</flag>
|
|
<flag name="lmdb">
|
|
Enable support for <pkg>dev-db/lmdb</pkg> db backend
|
|
</flag>
|
|
<flag name="intl">
|
|
Enables the intl extension for extended internalization support
|
|
</flag>
|
|
<flag name="opcache">
|
|
Enables built-in opcode cache, replacing pecl-apc et al.
|
|
</flag>
|
|
<flag name="pcntl">
|
|
Enable the Process Control extension
|
|
</flag>
|
|
<flag name="pdo">
|
|
Enable the PHP Data Objects extension
|
|
</flag>
|
|
<flag name="phar">
|
|
Enables the phar extension to provide phar archive support
|
|
</flag>
|
|
<flag name="phpdbg">
|
|
Enable the PHP Debug Command Line SAPI (like gdb for php)
|
|
</flag>
|
|
<flag name="session-mm">
|
|
Include <pkg>dev-libs/mm</pkg> support for session storage
|
|
</flag>
|
|
<flag name="sharedmem">
|
|
Enable the shmop extension
|
|
</flag>
|
|
<flag name="simplexml">
|
|
Enable the SimpleXML extension
|
|
</flag>
|
|
<flag name="sodium">
|
|
Enable support for crypto through <pkg>dev-libs/libsodium</pkg>
|
|
</flag>
|
|
<flag name="sysvipc">
|
|
Enable the PHP System-V semaphore, shared memory and IPC extension
|
|
</flag>
|
|
<flag name="tokenizer">
|
|
Add support for the PHP file parser
|
|
</flag>
|
|
<flag name="tokyocabinet">
|
|
Enable support for <pkg>dev-db/tokyocabinet</pkg> db backend
|
|
</flag>
|
|
<flag name="xmlreader">
|
|
Enable the XMLReader extension
|
|
</flag>
|
|
<flag name="xmlwriter">
|
|
Enable the XMLWriter extension
|
|
</flag>
|
|
<flag name="xslt">
|
|
Build the XSL extension
|
|
</flag>
|
|
<flag name="webp">
|
|
Enable webp support for GD in php-7.x
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">php/php-src</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|