Merge remote branch 'merk/file'

* merk/file:
  [HttpFoundation\File] Removed realpath()
This commit is contained in:
Fabien Potencier 2011-04-20 23:13:55 +02:00
commit 071caeb0c8

View File

@ -491,7 +491,7 @@ class File
throw new FileNotFoundException($path);
}
$this->path = realpath($path);
$this->path = $path;
}
/**