标签: ibm-cloud
我需要包含哪些指令才能将我的php应用程序的mysqli库提供给BlueMix?
答案 0 :(得分:1)
您需要将以下内容添加到 composer.json 文件中:
"require": { "ext-mysqli": "*" }
我建议你再看一下this样本。