Here's the line as I added it in php.ini
include_path = "/usr/share/php/smarty:/usr/share/php5:/usr/share/php:/usr/share/php/pear"
I did echo "Include Path: ". get_include_path();
here's that output
Include Path: .:/usr/share/php
I confirmed it using phpinfo()
for the correct php.ini, but the path is not being updated.
ed1: I even simplified the path to just 2 paths, still doesn't update. (I am restarting resin each time as well)
ed2: definitely the right file, if I change other settings and do a echo ini_get('display_errors')
for instance, I can see it changes. So, what's up with the include path?
ed3: To make sure it's not a malformed uri or something, I used just 1 path, and it still doesn't work.
Thanks,