I\'m in the process of transferring my website from one server to another. I have some php scripts that use the is_readable function which uses the current working director
chdir(__DIR__);
or
chdir(dirname(__FILE__));
(see chdir and magic constants).
But that should be by default.