In php.ini you're looking for a line that has this:

include_path = "/etc/config/php"

You'll need to change that, to this:

include_path = ".:/etc/config/php"

After the change, you'll probably need to restart your webserver as well.