|
Lines 21-30
eblit-php-src_configure() {
Link Here
|
| 21 |
|
21 |
|
| 22 |
# extension USE flag shared |
22 |
# extension USE flag shared |
| 23 |
phpconfutils_extension_enable "bcmath" "bcmath" 1 |
23 |
phpconfutils_extension_enable "bcmath" "bcmath" 1 |
| 24 |
phpconfutils_extension_with "bz2" "bzip2" 1 |
24 |
phpconfutils_extension_with "bz2" "bzip2" 1 "${EPREFIX}/usr" |
| 25 |
phpconfutils_extension_enable "calendar" "calendar" 1 |
25 |
phpconfutils_extension_enable "calendar" "calendar" 1 |
| 26 |
phpconfutils_extension_disable "ctype" "ctype" 0 |
26 |
phpconfutils_extension_disable "ctype" "ctype" 0 |
| 27 |
phpconfutils_extension_with "curl" "curl" 1 |
27 |
phpconfutils_extension_with "curl" "curl" 1 "${EPREFIX}/usr" |
| 28 |
phpconfutils_extension_with "curlwrappers" "curlwrappers" 0 |
28 |
phpconfutils_extension_with "curlwrappers" "curlwrappers" 0 |
| 29 |
phpconfutils_extension_disable "dom" "xml" 0 |
29 |
phpconfutils_extension_disable "dom" "xml" 0 |
| 30 |
phpconfutils_extension_with "enchant" "enchant" 1 "${EPREFIX}/usr" |
30 |
phpconfutils_extension_with "enchant" "enchant" 1 "${EPREFIX}/usr" |
|
Lines 35-46
eblit-php-src_configure() {
Link Here
|
| 35 |
phpconfutils_extension_with "gettext" "nls" 1 "${EPREFIX}/usr" |
35 |
phpconfutils_extension_with "gettext" "nls" 1 "${EPREFIX}/usr" |
| 36 |
phpconfutils_extension_with "gmp" "gmp" 1 "${EPREFIX}/usr" |
36 |
phpconfutils_extension_with "gmp" "gmp" 1 "${EPREFIX}/usr" |
| 37 |
phpconfutils_extension_disable "hash" "hash" 0 |
37 |
phpconfutils_extension_disable "hash" "hash" 0 |
| 38 |
phpconfutils_extension_with "iconv" "iconv" 0 "${EPREFIX}/usr" |
38 |
if has_version dev-libs/libiconv; then |
|
|
39 |
phpconfutils_extension_with "iconv" "iconv" 0 "${EPREFIX}/usr" |
| 40 |
else |
| 41 |
phpconfutils_extension_with "iconv" "iconv" 0 |
| 42 |
fi |
| 39 |
phpconfutils_extension_enable "intl" "intl" 1 |
43 |
phpconfutils_extension_enable "intl" "intl" 1 |
| 40 |
phpconfutils_extension_disable "ipv6" "ipv6" 0 |
44 |
phpconfutils_extension_disable "ipv6" "ipv6" 0 |
| 41 |
phpconfutils_extension_disable "json" "json" 0 |
45 |
phpconfutils_extension_disable "json" "json" 0 |
| 42 |
phpconfutils_extension_with "kerberos" "kerberos" 0 "${EPREFIX}/usr" |
46 |
phpconfutils_extension_with "kerberos" "kerberos" 0 "${EPREFIX}/usr" |
| 43 |
phpconfutils_extension_disable "libxml" "xml" 0 |
47 |
phpconfutils_extension_disable "libxml" "xml" 0 |
|
|
48 |
phpconfutils_extension_with "libxml-dir" "xml" 0 "${EPREFIX}/usr" |
| 44 |
phpconfutils_extension_enable "mbstring" "unicode" 1 |
49 |
phpconfutils_extension_enable "mbstring" "unicode" 1 |
| 45 |
phpconfutils_extension_with "mcrypt" "crypt" 1 "${EPREFIX}/usr" |
50 |
phpconfutils_extension_with "mcrypt" "crypt" 1 "${EPREFIX}/usr" |
| 46 |
phpconfutils_extension_with "mssql" "mssql" 1 |
51 |
phpconfutils_extension_with "mssql" "mssql" 1 |
|
Lines 71-79
eblit-php-src_configure() {
Link Here
|
| 71 |
phpconfutils_extension_disable "xmlreader" "xmlreader" 0 |
76 |
phpconfutils_extension_disable "xmlreader" "xmlreader" 0 |
| 72 |
phpconfutils_extension_disable "xmlwriter" "xmlwriter" 0 |
77 |
phpconfutils_extension_disable "xmlwriter" "xmlwriter" 0 |
| 73 |
phpconfutils_extension_with "xmlrpc" "xmlrpc" 1 |
78 |
phpconfutils_extension_with "xmlrpc" "xmlrpc" 1 |
| 74 |
phpconfutils_extension_with "xsl" "xsl" 1 |
79 |
phpconfutils_extension_with "xsl" "xsl" 1 "${EPREFIX}/usr" |
| 75 |
phpconfutils_extension_enable "zip" "zip" 1 |
80 |
phpconfutils_extension_enable "zip" "zip" 1 |
| 76 |
phpconfutils_extension_with "zlib" "zlib" 1 |
81 |
phpconfutils_extension_with "zlib" "zlib" 1 "${EPREFIX}/usr" |
| 77 |
phpconfutils_extension_enable "debug" "debug" 0 |
82 |
phpconfutils_extension_enable "debug" "debug" 0 |
| 78 |
|
83 |
|
| 79 |
# DBA support |
84 |
# DBA support |
|
Lines 195-202
eblit-php-src_configure() {
Link Here
|
| 195 |
fi |
200 |
fi |
| 196 |
|
201 |
|
| 197 |
# readline/libedit support |
202 |
# readline/libedit support |
| 198 |
phpconfutils_extension_with "readline" "readline" 0 |
203 |
phpconfutils_extension_with "readline" "readline" 0 "${EPREFIX}/usr" |
| 199 |
phpconfutils_extension_with "libedit" "libedit" 0 |
204 |
phpconfutils_extension_with "libedit" "libedit" 0 "${EPREFIX}/usr" |
| 200 |
|
205 |
|
| 201 |
# Session support |
206 |
# Session support |
| 202 |
if use session ; then |
207 |
if use session ; then |