From d0c93e1c195174247b52f976c7d65abdda05e3a5 Mon Sep 17 00:00:00 2001 From: Sven Reichel Date: Sun, 13 Oct 2024 06:46:38 +0200 Subject: [PATCH 1/2] Updated php-ext check ... to fit OpenMage/Magento --- config.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 11cc91ce3..9965d916b 100644 --- a/config.yaml +++ b/config.yaml @@ -638,15 +638,21 @@ commands: pre-check: php: extensions: - - pdo_mysql - - spl + - ctype + - curl - dom - - simplexml + - ftp + - gd - hash - - curl - iconv - - ctype - - gd + - intl + - json + - libxml + - mbstring + - pdo + - simplexml + - soap + - zlib db: host: localhost From 7bb0d0986291b68014684c906ff7841e028b2319 Mon Sep 17 00:00:00 2001 From: Sven Reichel Date: Sat, 9 Nov 2024 14:51:46 +0100 Subject: [PATCH 2/2] Re-added pdo_mysql --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index 9965d916b..285bcc8fb 100644 --- a/config.yaml +++ b/config.yaml @@ -650,6 +650,7 @@ commands: - libxml - mbstring - pdo + - pdo_mysql - simplexml - soap - zlib