RE: [Phplib-users] dumb php question(include_path) (resolved)
Brought to you by:
nhruby,
richardarcher
|
From: Brian P. <bp...@ct...> - 2002-03-22 22:23:15
|
Looks like you got an answer to your main question already, but incidentally, the local and global columns in a phpinfo() display have to do with .htaccess files. If you are running PHP as a module in Apache, you can use .htaccess files to override php settings. So if you used an .htaccess file to override a setting like so: php_value auto_prepend_file /usr/local/blah.php Your 'local' value would be that, and your global would be whatever was setup in your php.ini file. Make sense? -bpopp at bpopp.net -----Original Message----- From: Brett Dikeman [mailto:br...@cl...] Sent: Friday, March 22, 2002 4:03 PM To: darcy wade christ Cc: php...@li... Subject: Re: [Phplib-users] dumb php question(include_path) (resolved) At 3:50 PM -0500 3/22/02, darcy wade christ wrote: > > I go and check in /usr/local/lib/php.ini, and I have: >> "include_path = .:/var/www/php" >> (which is correct, yes?) > >i can't say whether this is correct or not. where is table.inc? Also, i'm >not sure about your quotations around the whole line. Is that for us? Yep, they were for you guys. Sorry, not sure why I put that in there. Turns out you were on the money about apache setting the path, it was in httpd.conf. Grrrrr. Brett -- ---- "They that give up essential liberty to obtain temporary safety deserve neither liberty nor safety." - Ben Franklin http://www.users.cloud9.net/~brett/ _______________________________________________ Phplib-users mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phplib-users |