feat: PHP 增加扩展 (#23)
This commit is contained in:
parent
f01844b266
commit
1ce6883e43
|
|
@ -97,6 +97,22 @@
|
|||
{
|
||||
"label": "mysqli",
|
||||
"value": "mysqli"
|
||||
},
|
||||
{
|
||||
"label": "pdo_mysql",
|
||||
"value": "pdo_mysql"
|
||||
},
|
||||
{
|
||||
"label": "mbstring",
|
||||
"value": "mbstring"
|
||||
},
|
||||
{
|
||||
"label": "gd",
|
||||
"value": "gd"
|
||||
},
|
||||
{
|
||||
"label": "curl",
|
||||
"value": "curl"
|
||||
}
|
||||
],
|
||||
"envKey": "PHP_EXTENSIONS",
|
||||
|
|
|
|||
|
|
@ -97,6 +97,26 @@
|
|||
{
|
||||
"label": "mysqli",
|
||||
"value": "mysqli"
|
||||
},
|
||||
{
|
||||
"label": "pdo_mysql",
|
||||
"value": "pdo_mysql"
|
||||
},
|
||||
{
|
||||
"label": "mbstring",
|
||||
"value": "mbstring"
|
||||
},
|
||||
{
|
||||
"label": "gd",
|
||||
"value": "gd"
|
||||
},
|
||||
{
|
||||
"label": "ioncube_loader",
|
||||
"value": "ioncube_loader"
|
||||
},
|
||||
{
|
||||
"label": "curl",
|
||||
"value": "curl"
|
||||
}
|
||||
],
|
||||
"envKey": "PHP_EXTENSIONS",
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -97,6 +97,22 @@
|
|||
{
|
||||
"label": "mysqli",
|
||||
"value": "mysqli"
|
||||
},
|
||||
{
|
||||
"label": "pdo_mysql",
|
||||
"value": "pdo_mysql"
|
||||
},
|
||||
{
|
||||
"label": "mbstring",
|
||||
"value": "mbstring"
|
||||
},
|
||||
{
|
||||
"label": "gd",
|
||||
"value": "gd"
|
||||
},
|
||||
{
|
||||
"label": "curl",
|
||||
"value": "curl"
|
||||
}
|
||||
],
|
||||
"envKey": "PHP_EXTENSIONS",
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue