Open thangkj opened 7 years ago
error : class 'PDO' not found in my project (php ibm bluemix ) please help me! i use yii2 advanced framework
a composer.json created a the root solved the problem for me:
{ "require": { "ext-mysqli": "", "ext-gd": "", "ext-pdo": "", "ext-pdo_mysql": "" } }
error : class 'PDO' not found in my project (php ibm bluemix ) please help me! i use yii2 advanced framework