8 Commits

Author SHA1 Message Date
Gregory Oschwald
2b34280816 Run new php-cs-fixer against code 2020-12-08 07:43:46 -08:00
Gregory Oschwald
9b13401eb6 Run php-cs-fixer migration aids 2020-06-24 13:38:33 -07:00
Gregory Oschwald
fd374ab4bb Make benchmark results more repeatable 2018-11-16 10:05:58 -08:00
Andy Jack
fb50b26076 php-cs-fixer and phpcs tests run on latest php (7.2)
- commit result of `php-cs-fixer fix`
2018-09-19 16:37:11 -04:00
Michael Orlitzky
17f9c454e1 examples/README.example.php: add the README.md example as a separate file.
Having this as a separate (executable) example is useful for making
sure that we haven't accidentally broken the README while making
changes to the library.
2017-11-09 16:02:02 -05:00
Michael Orlitzky
08169c035d examples/benchmark.php: use our custom autoloader and not composer's.
The vendor/autoload.php file may not be present, since it requires the
library to have been installed with composer to exist. Our custom
"autoload.php" on the other hand is always present, so this commit
changes the benchmark example to refer to our custom autoloader
instead.
2017-11-09 15:56:32 -05:00
Gregory Oschwald
4f2cfe07f4 Run php-cs-fixer
Also fix a number of tests that broke when assertEquals was
replaced with assertSame.
2017-07-06 09:10:26 -07:00
Gregory Oschwald
73ead1494e Add a script to benchmark the reader against a GeoIP2 City database 2013-07-12 14:57:53 -07:00