Reputation: 2291
I have a PHP script with PDO.
On the command line it runs OK.
But to run it in eclipse I have to edit php.ini. I have to add
extension=pdo.so
Can someone explain me this?
Thanks,
Eric J.
Upvotes: 2
Views: 277
Reputation: 57322
try
The include_path option in the php.ini specified in the Eclipse preferences is ignored when "Run > as PHP script".
Reproducible: Always
Steps to Reproduce:
Upvotes: 1