Last modified: 2013-04-22 16:15:53 UTC
There are several places in the code where realpath() is used without verifying that it didn't return false despite the two cases where realpath returns false: realpath() returns FALSE on failure, e.g. if the file does not exist. The running script must have executable permissions on all directories in the hierarchy, otherwise realpath() will return FALSE. The permission bit caused bug #44132.
See https://gerrit.wikimedia.org/r/44832
Merged by Tim Starling on the 31st. Is this bug fixed now?
Let's assume it is then.