Hello
I am in the process of migrating domain accounts from one linux server to another, and it has a different php version setup in a different location.
I had been getting a number of include_path errors, and this is the syntax for php.ini that seems to be working, allowing me to include files from whatever path:
include_path = ".:./:../"
My general understanding is that php looks for files first in a certain order, specified here: current directory, then parent directory.
Are there any suggestions to improve this?
Thanks
Mike
I am in the process of migrating domain accounts from one linux server to another, and it has a different php version setup in a different location.
I had been getting a number of include_path errors, and this is the syntax for php.ini that seems to be working, allowing me to include files from whatever path:
include_path = ".:./:../"
My general understanding is that php looks for files first in a certain order, specified here: current directory, then parent directory.
Are there any suggestions to improve this?
Thanks
Mike