On Jan 23, 2008 4:19 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > Okay, so I have this mostly working now! if I put my > ini_set("include_path", "blah/to/balh"); on each and every page. I > know I could include a file that is in the document root which > specified that, but I was wondering if I was missing something? > Obviously other then changing the php.ini file?
You do know you can set overrides for PHP in .htaccess, or even have a whole php.ini file in the directory in which you're working, right? You can either set `php_flag include_path path/to/blah` in .htaccess (without the backticks, of course), or you can place a php.ini file in the same directory as the files to override the values (if they're INI_PERDIR or similar, anyway). -- </Dan> Daniel P. Brown Senior Unix Geek and #1 Rated "Year's Coolest Guy" By Self Since Nineteen-Seventy-[mumble]. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php