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 ".:.:"?
Printable View
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 ".:.:"?
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 (:).
Hmmm. Thanks for reply.
Okay. Which true? which must to be?
include_path = ".:"
or
What mean ".:.:" ?
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 again
elija thank you very much. :)