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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: