Searched hist:f393a4eb51a5f8ed0e64f09f76cbafe57d7dcb57 (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | utf8_basename.test.php | f393a4eb51a5f8ed0e64f09f76cbafe57d7dcb57 Sat Jul 28 07:59:01 UTC 2012 Andreas Gohr <andi@splitbrain.org> added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where ever non-ASCII filenames and paths are handled. Simply replacing all calls to basename() with this function might be the safest.
|
| /dokuwiki/inc/ |
| H A D | utf8.php | f393a4eb51a5f8ed0e64f09f76cbafe57d7dcb57 Sat Jul 28 07:59:01 UTC 2012 Andreas Gohr <andi@splitbrain.org> added utf8_basename()
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used where ever non-ASCII filenames and paths are handled. Simply replacing all calls to basename() with this function might be the safest.
|