Remove Fallback::iconv()
authorKevin Israel <pleasestand@live.com>
Mon, 2 Jun 2014 05:30:21 +0000 (01:30 -0400)
committerKevin Israel <pleasestand@live.com>
Mon, 21 Jul 2014 04:36:22 +0000 (00:36 -0400)
commitd3b172af3bcb32b28b836dc5abf4ec3337428c6c
treeba750d3444a610bb3754d7237467bc0d5b9544e6
parentd28fd40189c63fede6a6d34576cf1319e1da9f0a
Remove Fallback::iconv()

The iconv fallback is, for the most part, a remnant of PHP 4 support.
Though iconv was not enabled by default in PHP 4, it is in PHP 5. This
is the case even for Windows builds, which use GNU libiconv.

As for the major Linux distributions:

* Debian, CentOS, Ubuntu -> always enabled
* Fedora, Slackware -> .so in the same package, enabled by default
* Arch -> .so in the same package, disabled by default
* openSUSE -> separate package

Change-Id: Ie1112a5742646a0e1f951e188480c23851859320
RELEASE-NOTES-1.24
includes/Fallback.php
includes/GlobalFunctions.php
includes/installer/Installer.php
includes/installer/i18n/en.json
includes/installer/i18n/qqq.json
includes/media/Exif.php
includes/utils/ZipDirectoryReader.php