require_once file not found in php eclipse project

Posted by ldj on Stack Overflow See other posts from Stack Overflow or by ldj
Published on 2010-05-15T23:23:08Z Indexed on 2010/05/15 23:30 UTC
Read the original article Hit count: 161

Filed under:
|
|

I have a php script that has the following requirement command: require_once 'HTTP/OAuth.php'; the file HTTP/OAuth.php is in php's include_path that is .:/usr/lib/php.

Nevertheless in Eclipse the require_once line is marked with the following warning: Include filename: 'HTTP/OAuth.php' doesn't exist in project:

How can I make my project see the include_path so it can find the require_once file?

Thanks

ldj

© Stack Overflow or respective owner

Related posts about php

Related posts about eclipse