=7 requires PDO and Drush requires php 5.4+ which ships with PDO // but it may be compiled with --disable-pdo. if (!class_exists('\PDO')) { drush_log(dt('PDO support is required.'), LogLevel::BOOTSTRAP); return FALSE; } return TRUE; } }