Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Next Major Release
-
Fix Version/s: 1.9.0
-
Component/s: Zend_Filter
-
Labels:None
Description
Let Zend_Filter_File_Rename accept filename only as target:
$filter = Zend_Filter_File_Rename('filename.ext');
The full path should be gathered from the dirname(source).
I'm not sure if its a BC, because at the moments this would be handled as a relative path (like ./filename.text)
Issue Links
| This issue is duplicated by: | ||||
| ZF-6851 | Zend_File_Transfer_Adapter_Http rename filter issues, it clears the path set |
|
|
|
New feature implemented with r16009