Skip to content

Commit 93c33e2

Browse files
feat: PHP 增加扩展 (#23)
1 parent 2207949 commit 93c33e2

31 files changed

+52
-0
lines changed

apps/php5/versions/5.6.40/build/config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,22 @@
9797
{
9898
"label": "mysqli",
9999
"value": "mysqli"
100+
},
101+
{
102+
"label": "pdo_mysql",
103+
"value": "pdo_mysql"
104+
},
105+
{
106+
"label": "mbstring",
107+
"value": "mbstring"
108+
},
109+
{
110+
"label": "gd",
111+
"value": "gd"
112+
},
113+
{
114+
"label": "curl",
115+
"value": "curl"
100116
}
101117
],
102118
"envKey": "PHP_EXTENSIONS",

apps/php7/versions/7.4.33/build/config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,26 @@
9797
{
9898
"label": "mysqli",
9999
"value": "mysqli"
100+
},
101+
{
102+
"label": "pdo_mysql",
103+
"value": "pdo_mysql"
104+
},
105+
{
106+
"label": "mbstring",
107+
"value": "mbstring"
108+
},
109+
{
110+
"label": "gd",
111+
"value": "gd"
112+
},
113+
{
114+
"label": "ioncube_loader",
115+
"value": "ioncube_loader"
116+
},
117+
{
118+
"label": "curl",
119+
"value": "curl"
100120
}
101121
],
102122
"envKey": "PHP_EXTENSIONS",
105 KB
Binary file not shown.
92.6 KB
Binary file not shown.
138 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.17 MB
Binary file not shown.
246 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)