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
Describe the bug
Calling $file->move() and providing a new filename without an extension causes a failed array reference because pathinfo() does not have an extension key in the resulting array.
CodeIgniter 4 version
Latest develop
Affected module(s)
File Class, HTTPFile Class
Context
OS: Linux
Web server: Apache
PHP version: 7.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Calling
$file->move()
and providing a new filename without an extension causes a failed array reference becausepathinfo()
does not have an extension key in the resulting array.CodeIgniter 4 version
Latest develop
Affected module(s)
File Class, HTTPFile Class
Context
The text was updated successfully, but these errors were encountered: