[Phplib-users] dumb php question(include_path)
Brought to you by:
nhruby,
richardarcher
|
From: Brett D. <br...@cl...> - 2002-03-22 20:07:19
|
Greetings folks... Been bashing my head against the wall trying to figure out what I'm not doing right. One of the example scripts fails, and I get: [Fri Mar 22 15:05:43 2002] [error] PHP Warning: Failed opening 'table.inc' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/phplib/showoff.php3 on line 14 I say, "Huh? What happened to the rest of the include_path? Did I forget it?" I go and check in /usr/local/lib/php.ini, and I have: "include_path = .:/var/www/php" (which is correct, yes?) Not even close to what php claims its include_path is above. What am I missing? Oh, and phplib shows two different values for include_path...global and local(?!) thx! Brett -- ---- "They that give up essential liberty to obtain temporary safety deserve neither liberty nor safety." - Ben Franklin http://www.users.cloud9.net/~brett/ |