Skip to content

Instantly share code, notes, and snippets.

@sear-azazel
Last active January 10, 2017 16:23
Show Gist options
  • Save sear-azazel/26af38e344328dc4fb4212fc28e3ca26 to your computer and use it in GitHub Desktop.
Save sear-azazel/26af38e344328dc4fb4212fc28e3ca26 to your computer and use it in GitHub Desktop.
Bluemix PHPにPDOやMySQLi、FTP、ZipArchiveなどの設定を拡張する ref: http://qiita.com/sear-azazel/items/199e766448b7b4719ed3
{
"PHP_EXTENSIONS": [ "bz2", "zlib", "curl", "mcrypt", "mbstring", "mysql", "pdo", "pdo_mysql", "fileinfo", "ftp", "zip" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment