I have added the following php.ini (this is 100% of file):
upload_max_filesize = 200M
post_max_size = 200M
session.gc_maxlifetime = 6000
max_execution_time = 600
When it is present the phpinfo() lists PDO in the configure command but nowhere else. The drivers, API version and SQLite version are all gone. I discovered this when queries started failing with "Class 'PDO' not found".
If I remove the php.ini I get different results, see below. This is on a shared server. How should I proceed? I absolutely must have the php.ini modifications.