Include path of php.ini ignored by Eclipse

Posted by Matthieu on Stack Overflow See other posts from Stack Overflow or by Matthieu
Published on 2010-03-16T10:52:21Z Indexed on 2010/03/16 10:56 UTC
Read the original article Hit count: 649

Hi all,

I have a PHP script to run. If I run it from the command line, it works fine (include path is set correctly).

If I want to run it inside Eclipse (Run as script), then the PHP include path of my php.ini is replaced by Eclipse, with all the libraries I've added to the project.

I've configured my PHP executable in Eclipse. I've set the correct PHP executable file, and I selected my php.ini file too (the right one, I've checked). But it is ignored...

Help please !

© Stack Overflow or respective owner

Related posts about php

Related posts about php.ini