|
Lines 33-39
Link Here
|
| 33 |
phpconfutils_extension_disable "filter" "filter" 0 |
33 |
phpconfutils_extension_disable "filter" "filter" 0 |
| 34 |
phpconfutils_extension_enable "ftp" "ftp" 1 |
34 |
phpconfutils_extension_enable "ftp" "ftp" 1 |
| 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 |
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 |
phpconfutils_extension_with "iconv" "iconv" 0 "${EPREFIX}/usr" |
| 39 |
phpconfutils_extension_enable "intl" "intl" 1 |
39 |
phpconfutils_extension_enable "intl" "intl" 1 |
|
Lines 50-58
Link Here
|
| 50 |
phpconfutils_extension_enable "pcntl" "pcntl" 1 |
50 |
phpconfutils_extension_enable "pcntl" "pcntl" 1 |
| 51 |
phpconfutils_extension_disable "phar" "phar" 1 |
51 |
phpconfutils_extension_disable "phar" "phar" 1 |
| 52 |
phpconfutils_extension_disable "pdo" "pdo" 0 |
52 |
phpconfutils_extension_disable "pdo" "pdo" 0 |
| 53 |
phpconfutils_extension_with "pgsql" "postgres" 1 |
53 |
phpconfutils_extension_with "pgsql" "postgres" 1 "${EPREFIX}/usr/bin" |
| 54 |
phpconfutils_extension_disable "posix" "posix" 0 |
54 |
phpconfutils_extension_disable "posix" "posix" 0 |
| 55 |
phpconfutils_extension_with "pspell" "spell" 1 |
55 |
phpconfutils_extension_with "pspell" "spell" 1 "${EPREFIX}/usr" |
| 56 |
phpconfutils_extension_with "recode" "recode" 1 |
56 |
phpconfutils_extension_with "recode" "recode" 1 |
| 57 |
phpconfutils_extension_disable "simplexml" "simplexml" 0 |
57 |
phpconfutils_extension_disable "simplexml" "simplexml" 0 |
| 58 |
phpconfutils_extension_enable "shmop" "sharedmem" 0 "${EPREFIX}/usr" |
58 |
phpconfutils_extension_enable "shmop" "sharedmem" 0 "${EPREFIX}/usr" |
|
Lines 86-92
Link Here
|
| 86 |
phpconfutils_extension_with "cdb" "cdb" 0 |
86 |
phpconfutils_extension_with "cdb" "cdb" 0 |
| 87 |
phpconfutils_extension_with "db4" "berkdb" 0 |
87 |
phpconfutils_extension_with "db4" "berkdb" 0 |
| 88 |
phpconfutils_extension_enable "flatfile" "flatfile" 0 |
88 |
phpconfutils_extension_enable "flatfile" "flatfile" 0 |
| 89 |
phpconfutils_extension_with "gdbm" "gdbm" 0 |
89 |
phpconfutils_extension_with "gdbm" "gdbm" 0 "${EPREFIX}/usr" |
| 90 |
phpconfutils_extension_enable "inifile" "inifile" 0 |
90 |
phpconfutils_extension_enable "inifile" "inifile" 0 |
| 91 |
phpconfutils_extension_with "qdbm" "qdbm" 0 |
91 |
phpconfutils_extension_with "qdbm" "qdbm" 0 |
| 92 |
|
92 |
|
|
Lines 182-188
Link Here
|
| 182 |
else |
182 |
else |
| 183 |
phpconfutils_extension_with "pdo-mysql" "mysql" 1 "${EPREFIX}/usr" |
183 |
phpconfutils_extension_with "pdo-mysql" "mysql" 1 "${EPREFIX}/usr" |
| 184 |
fi |
184 |
fi |
| 185 |
phpconfutils_extension_with "pdo-pgsql" "postgres" 1 |
185 |
phpconfutils_extension_with "pdo-pgsql" "postgres" 1 "${EPREFIX}/usr/bin" |
| 186 |
phpconfutils_extension_with "pdo-sqlite" "sqlite" 1 "${EPREFIX}/usr" |
186 |
phpconfutils_extension_with "pdo-sqlite" "sqlite" 1 "${EPREFIX}/usr" |
| 187 |
phpconfutils_extension_with "pdo-odbc" "odbc" 1 "unixODBC,${EPREFIX}/usr" |
187 |
phpconfutils_extension_with "pdo-odbc" "odbc" 1 "unixODBC,${EPREFIX}/usr" |
| 188 |
if use oci8 ; then |
188 |
if use oci8 ; then |