I've got this error when launching a php worker on Iron.io :
PHP Fatal error: Class 'PDO' not found in /mnt/task/...
My PHP script just call the native PDO extension like this :
$db = new PDO (...);
Anybody know if there's a known problem with the docker image iron/php and the PDO extension ?
Thank you.