|
Lines 25-37
Link Here
|
| 25 |
pkg_setup() { |
25 |
pkg_setup() { |
| 26 |
webapp_pkg_setup |
26 |
webapp_pkg_setup |
| 27 |
|
27 |
|
| 28 |
if ! PHPCHECKNODIE="yes" require_php_with_use crypt ctype pcre session unicode \ |
28 |
if ! PHPCHECKNODIE="yes" require_php_with_use crypt ctype pcre session spl unicode \ |
| 29 |
|| ! PHPCHECKNODIE="yes" require_php_with_any_use mysql mysqli ; then |
29 |
|| ! PHPCHECKNODIE="yes" require_php_with_any_use mysql mysqli ; then |
| 30 |
eerror |
30 |
eerror |
| 31 |
eerror "${PHP_PKG} needs to be re-installed with all of the following" |
31 |
eerror "${PHP_PKG} needs to be re-installed with all of the following" |
| 32 |
eerror "USE flags enabled:" |
32 |
eerror "USE flags enabled:" |
| 33 |
eerror |
33 |
eerror |
| 34 |
eerror "ctype pcre session unicode" |
34 |
eerror "crypt ctype pcre session spl unicode" |
| 35 |
eerror |
35 |
eerror |
| 36 |
eerror "as well as any of the following USE flags enabled:" |
36 |
eerror "as well as any of the following USE flags enabled:" |
| 37 |
eerror |
37 |
eerror |