Replace bundled IPSet library with composer dependency
authorOri Livneh <ori@wikimedia.org>
Fri, 26 Jun 2015 19:26:46 +0000 (12:26 -0700)
committerOri Livneh <ori@wikimedia.org>
Wed, 26 Aug 2015 17:38:09 +0000 (10:38 -0700)
commite8c17972dd80b68a3f59f31f8640e92e4b39c8ec
treee7b27d94232ead24c7ffba7f6edbd5edc0ac8157
parent8da91885e02a365d5ad7905606ed2c5bb50334f5
Replace bundled IPSet library with composer dependency

Complete the 'librarization' of IPSet by replacing the code in core with a
dependency on the external library.

Change-Id: I789b4fb42ee1da44ea3d8e1db551b047e11a439e
autoload.php
composer.json
includes/compat/IPSetCompat.php [new file with mode: 0644]
includes/libs/IPSet.php [deleted file]
includes/utils/IP.php
tests/phpunit/includes/libs/IPSetTest.php [deleted file]