Add gzdecode fallback to GlobalFunctions
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 17 Sep 2013 10:26:12 +0000 (12:26 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 17 Sep 2013 22:04:31 +0000 (00:04 +0200)
commitf72117e7689a76a6b24486c1ca5cbf7059f3d413
tree41e924b102252f84ba6ea89e59efaf6df831816b
parent504b73570f5fed4396aa1896a6df4101c1867262
Add gzdecode fallback to GlobalFunctions

* Follows-up I6383e933b.
* Replaced existing usage of `gzinflate( substr( $data, 10, -8 ) );`
  with `gzdecode( $data )`.

Change-Id: Ie2916584f92ff72c7d7ddca73acf1c94dda38cca
includes/GlobalFunctions.php
tests/phpunit/maintenance/DumpTestCase.php