MantisBT: master 0faec070

Author Committer Branch Timestamp Parent
dhx dhx master 2011-02-27 00:15 master 5b0fdc54
Affected Issues  0012509: replacement for file_get_extension
Changeset

Issue 0012509: Replace file_get_extension with PHP native pathinfo

The file_get_extension function within file_api is unnecessary as PHP's
native pathinfo function performs the same role. Tested with UTF8
filenames on PHP 5.3.5 and it can split paths/filenames into their
correct components.

mod - core/file_api.php Diff File