Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 1, 2014
1 parent d487bc9 commit 3227fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CHANGELOG
it will try to use GMP and then BCMath. If both of those fail, it will
throw an exception. No databases released by MaxMind currently use big
integers.
* The API now official supports HHVM.
* The API now officially supports HHVM when using the pure PHP reader.

0.3.0 (2014-02-19)
------------------
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ client API, please see [our support page](http://www.maxmind.com/en/support).
## Requirements ##

This library requires PHP 5.3 or greater. Older versions of PHP are not
supported.
supported. The pure PHP reader included with this library is works and is
tested with HHVM.

The GMP or BCMath extension may be required to read some databases
using the pure PHP API.
Expand All @@ -123,6 +124,6 @@ The MaxMind DB Reader PHP API uses [Semantic Versioning](http://semver.org/).

## Copyright and License ##

This software is Copyright (c) 2013 by MaxMind, Inc.
This software is Copyright (c) 2014 by MaxMind, Inc.

This is free software, licensed under the Apache License, Version 2.0.

0 comments on commit 3227fae

Please sign in to comment.