* (bug 4679) Work around buggy basename() function in PHP5, which breaks
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 20 Jan 2006 09:03:16 +0000 (09:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 20 Jan 2006 09:03:16 +0000 (09:03 +0000)
commit68f8fd17695f68847991fc5a058291cb708090b9
tree7566e4132327489159d7ee2c4843d7721ddf87d2
parentdcd83880cadcc6c5ef03282792be9e05557bea37
* (bug 4679) Work around buggy basename() function in PHP5, which breaks
  uploads of files starting with multibyte characters on Linux.
  wfBaseName() doesn't suffer this bug, and understands backslash on
  both Unix and Windows.
RELEASE-NOTES
includes/GlobalFunctions.php
includes/SpecialUpload.php
tests/GlobalTest.php