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.
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:
Loaded Configuration Fileandadditional .ini files parsed.