You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
PHP Fatal error: Uncaught exception 'Zend\Filter\Exception\RuntimeException' with message 'Error creating the Tar archive' in /home/sasezaki/dev/zendframework_zf2/library/Zend/Filter/Compress/Tar.php:188
Because setMode() keeps mode as ucfirst(strtolower($mode)).
and Archive_Tar accepts only strtolowers.
This issue will be raise zf1, too.
The text was updated successfully, but these errors were encountered:
sasezaki
added a commit
to sasezaki/zf2
that referenced
this issue
Apr 8, 2014
will raise error
Because setMode() keeps mode as
ucfirst(strtolower($mode))
.and Archive_Tar accepts only strtolowers.
This issue will be raise zf1, too.
The text was updated successfully, but these errors were encountered: