diff options
-rw-r--r-- | dev-lang/php/php-7.1.22.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/php/php-7.2.10.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.1.22.ebuild b/dev-lang/php/php-7.1.22.ebuild index 4d86e54abb4c..feba2bb1708a 100644 --- a/dev-lang/php/php-7.1.22.ebuild +++ b/dev-lang/php/php-7.1.22.ebuild @@ -142,7 +142,8 @@ REQUIRED_USE=" readline? ( !libedit ) recode? ( !imap !mysqli !mysql ) session-mm? ( session !threads ) - mysql? ( || ( mysqli pdo ) ) + mysql? ( hash || ( mysqli pdo ) ) + mysqli? ( hash ) " PATCHES=( "${FILESDIR}/php-freetype-2.9.1.patch" diff --git a/dev-lang/php/php-7.2.10.ebuild b/dev-lang/php/php-7.2.10.ebuild index 4b8bb35fe160..8056b502a1f4 100644 --- a/dev-lang/php/php-7.2.10.ebuild +++ b/dev-lang/php/php-7.2.10.ebuild @@ -146,7 +146,8 @@ REQUIRED_USE=" readline? ( !libedit ) recode? ( !imap !mysqli !mysql ) session-mm? ( session !threads ) - mysql? ( || ( mysqli pdo ) ) + mysql? ( hash || ( mysqli pdo ) ) + mysqli? ( hash ) zip-encryption? ( zip ) " PATCHES=( |