Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 898630
Collapse All | Expand All

(-)a/dev-lang/php/metadata.xml (-17 / +16 lines)
Lines 12-35 Link Here
12
  <use>
12
  <use>
13
    <flag name="apparmor">Support FPM application confinement through <pkg>sys-libs/libapparmor</pkg></flag>
13
    <flag name="apparmor">Support FPM application confinement through <pkg>sys-libs/libapparmor</pkg></flag>
14
    <flag name="argon2">Enable password hashing algorithm from <pkg>app-crypt/argon2</pkg></flag>
14
    <flag name="argon2">Enable password hashing algorithm from <pkg>app-crypt/argon2</pkg></flag>
15
    <flag name="bcmath">Add support for libbcmath</flag>
15
    <flag name="bcmath">Enable the BCMath Arbitrary Precision Mathematics extension</flag>
16
    <flag name="cli">Enable CLI SAPI</flag>
16
    <flag name="cli">Enable CLI SAPI</flag>
17
    <flag name="coverage">
17
    <flag name="coverage">
18
      Include gcov symbols for test coverage and lcov reports. Only
18
      Include gcov symbols for test coverage and lcov reports. Only
19
      useful for extension developers, and requires GCC.
19
      useful for extension developers, and requires GCC.
20
    </flag>
20
    </flag>
21
    <flag name="ctype">Enable ctype functions</flag>
21
    <flag name="ctype">Enable the Character type checking (ctype) extension</flag>
22
    <flag name="embed">Enable embed SAPI</flag>
22
    <flag name="embed">Enable embed SAPI</flag>
23
    <flag name="enchant">Add supports Enchant spelling library</flag>
23
    <flag name="enchant">Enable the Enchant spelling library extension</flag>
24
    <flag name="ffi">Add foreign function interface (ffi extension) support</flag>
24
    <flag name="ffi">Enable the Foreign Function Interface (FFI) extension</flag>
25
    <flag name="fileinfo">Add fileinfo extension support</flag>
25
    <flag name="fileinfo">Enable the File Information extension</flag>
26
    <flag name="filter">Add filter extension support</flag>
26
    <flag name="filter">Enable the Data Filtering extension</flag>
27
    <flag name="flatfile">Add dbm support for flat files</flag>
27
    <flag name="flatfile">Add dbm support for flat files</flag>
28
    <flag name="fpm">Enable the FastCGI Process Manager SAPI</flag>
28
    <flag name="fpm">Enable the FastCGI Process Manager SAPI</flag>
29
    <flag name="gd">Adds support for gd (bundled with PHP)</flag>
29
    <flag name="gd">Enable the Image Processing and GD extension</flag>
30
    <flag name="inifile">Add dbm support for .ini files</flag>
30
    <flag name="inifile">Add dbm support for .ini files</flag>
31
    <flag name="jit">Enable PCRE JIT support</flag>
31
    <flag name="jit">Enable PCRE JIT support</flag>
32
    <flag name="json">Enable JSON support</flag>
32
    <flag name="json">Enable the JavaScript Object Notation extension</flag>
33
    <flag name="ldap-sasl">Add SASL support for the PHP LDAP extension</flag>
33
    <flag name="ldap-sasl">Add SASL support for the PHP LDAP extension</flag>
34
    <flag name="lmdb">Enable support for <pkg>dev-db/lmdb</pkg> db backend</flag>
34
    <flag name="lmdb">Enable support for <pkg>dev-db/lmdb</pkg> db backend</flag>
35
    <flag name="intl">
35
    <flag name="intl">
Lines 38-45 Link Here
38
    <flag name="opcache">
38
    <flag name="opcache">
39
      Enables built-in opcode cache, replacing pecl-apc et al.
39
      Enables built-in opcode cache, replacing pecl-apc et al.
40
    </flag>
40
    </flag>
41
    <flag name="pcntl">Add support for process creation functions</flag>
41
    <flag name="pcntl">Enable the Process Control extension</flag>
42
    <flag name="pdo">Enable the bundled PDO extensions</flag>
42
    <flag name="pdo">Enable the PHP Data Objects extension</flag>
43
    <flag name="phar">
43
    <flag name="phar">
44
      Enables the phar extension to provide phar archive support
44
      Enables the phar extension to provide phar archive support
45
    </flag>
45
    </flag>
Lines 49-68 Link Here
49
    <flag name="session-mm">
49
    <flag name="session-mm">
50
      Include <pkg>dev-libs/mm</pkg> support for session storage
50
      Include <pkg>dev-libs/mm</pkg> support for session storage
51
    </flag>
51
    </flag>
52
    <flag name="sharedmem">Add support for shared memory use</flag>
52
    <flag name="sharedmem">Enable the shmop extension</flag>
53
    <flag name="simplexml">Support for SimpleXML</flag>
53
    <flag name="simplexml">Enable the SimpleXML extension</flag>
54
    <flag name="sodium">
54
    <flag name="sodium">
55
      Enable support for crypto through <pkg>dev-libs/libsodium</pkg>
55
      Enable support for crypto through <pkg>dev-libs/libsodium</pkg>
56
    </flag>
56
    </flag>
57
    <flag name="sysvipc">
57
    <flag name="sysvipc">
58
      Support for System V-compatible inter-process communication
58
      Enable the PHP System-V semaphore, shared memory and IPC extension
59
    </flag>
59
    </flag>
60
    <flag name="tokenizer">Add support for the PHP file parser</flag>
60
    <flag name="tokenizer">Add support for the PHP file parser</flag>
61
    <flag name="tokyocabinet">
61
    <flag name="tokyocabinet">
62
      Enable support for <pkg>dev-db/tokyocabinet</pkg> db backend</flag>
62
      Enable support for <pkg>dev-db/tokyocabinet</pkg> db backend</flag>
63
    <flag name="xmlreader">Enable XMLReader support</flag>
63
    <flag name="xmlreader">Enable the XMLReader extension</flag>
64
    <flag name="xmlwriter">Enable XMLWriter support</flag>
64
    <flag name="xmlwriter">Enable the XMLWriter extension</flag>
65
    <flag name="xslt">Enable the XSL extension</flag>
65
    <flag name="xslt">Build the XSL extension</flag>
66
    <flag name="webp">Enable webp support for GD in php-7.x</flag>
66
    <flag name="webp">Enable webp support for GD in php-7.x</flag>
67
  </use>
67
  </use>
68
  <upstream>
68
  <upstream>
69
- 

Return to bug 898630