﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,appname,phpversion,exts,sapi,probability,blockedby,blocking,pending
221,Cache local files relative to the current execution-path,thomasb,moo,"When doing an include in a php-file:

{{{
/www/scripts/file.php

<?php
include('file1.php');
?>
}}}

xcache fails to cache the included file if the current folder (/www/scripts/) is not in the include-path.

The attached patch fixes the xc_stat-function to also check the current execution-path.",defect,closed,minor,2.0.0,cacher,1.2.2,fixed,,,,,,Irrelevant,Sometimes,,,0
