PHP include_path's tag archives

How do I set PHP include_path?

Posted under Article, PHP on Tuesday, 12 January 2010 by
There are at least 2 ways you can set your PHP include_path. Edit your /etc/php.ini file. Inside that file is a directive section for “Paths and Directories.” By default it is set to “.:/usr/local/lib/php”. You can change that value to whatever you like or add to (or eliminate) the ...
How do I set PHP include_path?