using `new PDO('mysql:host=localhost;dbname=db_name', $user, $pass);` getting Uncaught Error: Class 'PDO' not found. when `echo phpinfo()` I don't see PDO on the Configuration section. on the terminal when doing `php -m` I do see PDO. What am I missing?