Issue #3516343: replace to getDirectoryPath to realpath
1 unresolved thread
1 unresolved thread
Replaces as function as mentioned @ #3516343
Merge request reports
Activity
271 271 if ($this->streamWrapperManager->isValidScheme($scheme)) { 272 272 $wrapper = $this->streamWrapperManager->getViaScheme($scheme); 273 273 274 if ($filename = tempnam($wrapper->getDirectoryPath(), $prefix)) { 274 if ($filename = tempnam($wrapper->realpath(), $prefix)) {
Please register or sign in to reply