dumpBackup.php: Remove --force-normal option
authorKevin Israel <pleasestand@live.com>
Mon, 28 Sep 2015 23:15:49 +0000 (19:15 -0400)
committerKunal Mehta <legoktm@member.fsf.org>
Thu, 31 Dec 2015 03:47:23 +0000 (19:47 -0800)
commitb1e61d9a8079c7eef233e2b1a62eebf2f64114d1
tree566cccfed134a25f0838d87c59e38008e7502069
parentee54ee6367d85b0d968d8a9faa7ebc75e3c6490c
dumpBackup.php: Remove --force-normal option

The code handling this option, added in r14151 / 64cbfd80b576, used to call
dl() to allow use of the utfnormal library's custom PHP extension even if
it is not enabled in php.ini. That part was removed in 1.22 (d0c8ba037cf6).

And as pointed out by Ariel Glenn[1], the utfnormal library later dropped
support for that PHP extension in 6c61fd7c7843 (in favor of intl, which had
already been supported since 1.17 (r69626 / f08147c313f5)), so there is now
no reason whatsoever to check for utf8_normalize(). The option will now be
treated like any other unrecognized option and will be silently ignored.

[1]: https://phabricator.wikimedia.org/T94277#1680209

Change-Id: I467bf609fda6e923fd2d654400d8e1b6c3714d96
RELEASE-NOTES-1.27
maintenance/backup.inc