Skip to content

Commit e1f7ec8

Browse files
authored
Fix: updated required extensions (#5099)
* Fix: updated required extensions - mysqli is used in Varien, spl is used in install.xml * Fix: updated required extensions - mysqli is used in Varien, spl is used in install.xml
1 parent fd0d9ac commit e1f7ec8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

app/code/core/Mage/Install/etc/install.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@
7575
<openssl/>
7676
<mcrypt/>
7777
</mcrypt>
78+
<mysqli/>
7879
<pdo/>
7980
<pdo_mysql/>
81+
<posix/>
8082
<simplexml/>
8183
<soap/>
8284
<spl/>

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
"ext-json": "*",
2121
"ext-libxml": "*",
2222
"ext-mbstring": "*",
23+
"ext-mysqli": "*",
2324
"ext-pdo": "*",
2425
"ext-pdo_mysql": "*",
2526
"ext-posix": "*",
2627
"ext-simplexml": "*",
2728
"ext-soap": "*",
29+
"ext-spl": "*",
2830
"ext-zlib": "*",
2931
"composer-runtime-api": "^2",
3032
"colinmollenhour/cache-backend-redis": "^1.14",

composer.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)