Results 1 to 5 of 5
Hello all.
i today my plesk(8.3) upgrade to plesk 8.4.0. i have centos 5.1 os.
ok no problem. no error.
But this line changed. in php.ini (upgrade before):
include_path = ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-09-2008 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 4
include_path php.ini
Hello all.
i today my plesk(8.3) upgrade to plesk 8.4.0. i have centos 5.1 os.
ok no problem. no error.
But this line changed. in php.ini (upgrade before):
include_path = ".:"
upgrade after:
include_path = ".:.:"
What mean ".:.:"?
- 05-10-2008 #2Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
The path includes the current directory (.) twice instead of the once you had before the upgrade. Entries in the path are separated by the colon character (
.
- 05-10-2008 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 4
Hmmm. Thanks for reply.
Okay. Which true? which must to be?
include_path = ".:"
or
What mean ".:.:" ?
- 05-10-2008 #4
Well, the first one means "Look in the current path"
The second one means "Look in the current path and if
you don't find the file, look again!"
My guess, the upgrade added the path in againIf we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn
- 05-10-2008 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 4
elija thank you very much.


Reply With Quote
