<?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="bcmath">
      Enable the BCMath Arbitrary Precision Mathematics extension
    </flag>
    <flag name="capstone">
      Support opcache JIT disassembly through
      <pkg>dev-libs/capstone</pkg>
    </flag>
    <flag name="cli">
      Enable the Command-Line Interface (CLI) SAPI
    </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>
    <!-- leave this global flag defined here to avoid a pkgcheck warning -->
    <flag name="ipv6">
      Support IPv6 connectivity in fopen and friends, and v6 address
      conversions in functions like inet_pton and inet_ntop.
    </flag>
    <flag name="inifile">
      Add dbm support for .ini files
    </flag>
    <flag name="jit">
      Enable PCRE JIT support
    </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="opcache-jit">
      Enable Just In Time (JIT) compilation within the opcache extension
    </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>
  </use>
  <upstream>
    <remote-id type="github">php/php-src</remote-id>
  </upstream>
</pkgmetadata>
