Skip to content

Commit 3227fae

Browse files
committed
Doc updates
1 parent d487bc9 commit 3227fae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CHANGELOG
99
it will try to use GMP and then BCMath. If both of those fail, it will
1010
throw an exception. No databases released by MaxMind currently use big
1111
integers.
12-
* The API now official supports HHVM.
12+
* The API now officially supports HHVM when using the pure PHP reader.
1313

1414
0.3.0 (2014-02-19)
1515
------------------

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ client API, please see [our support page](http://www.maxmind.com/en/support).
107107
## Requirements ##
108108

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

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

124125
## Copyright and License ##
125126

126-
This software is Copyright (c) 2013 by MaxMind, Inc.
127+
This software is Copyright (c) 2014 by MaxMind, Inc.
127128

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

0 commit comments

Comments
 (0)