| @@ 973-973 (lines=1) @@ | ||
| 970 | { |
|
| 971 | return strlen($a) - strlen($b); |
|
| 972 | }); |
|
| 973 | if (self::LOG_LEVEL > 1) error_log(__METHOD__."($path,$target) cache now ".array2string(self::$symlink_cache)); |
|
| 974 | } |
|
| 975 | ||
| 976 | /** |
|
| @@ 986-986 (lines=1) @@ | ||
| 983 | $path = self::get_path($_path); |
|
| 984 | ||
| 985 | unset(self::$symlink_cache[$path]); |
|
| 986 | if (self::LOG_LEVEL > 1) error_log(__METHOD__."($path) cache now ".array2string(self::$symlink_cache)); |
|
| 987 | } |
|
| 988 | ||
| 989 | /** |
|