I recently put together a FreeBSD box (4.7). I want to add a folder to the include_path but not sure if I am changing the right php.ini file.
I found under my /usr/local/etc there is the php.ini-dist file. I found the section on paths and includes but the include_path is commented out. I did phpinfo() and the include_path shows .:/usr/local/lib/php/.
Where do I go to append the path?
Thanks in advance.
Alex