reference/geoip/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -1,7 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
-
<!-- $Revision$ -->
3
-

4
2
<book xml:id="book.geoip" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+
<?phpdoc extension-membership="pecl" ?>
5
4
<title>Geo IP Location</title>
6
5
<titleabbrev>GeoIP</titleabbrev>
7
6

...
...
@@ -12,6 +11,12 @@
12
11
State, Country, Longitude, Latitude, and other information as all, such as
13
12
ISP and connection type can be obtained with the help of GeoIP.
14
13
</para>
14
+
<warning>
15
+
<para>
16
+
This extension does not support MaxMind's current "GeoIP2" databases,
17
+
only the "GeoIP legacy" database files.
18
+
</para>
19
+
</warning>
15
20
</preface>
16
21

17
22
&reference.geoip.setup;
...
...
@@ -39,4 +44,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
39
44
vim: et tw=78 syn=sgml
40
45
vi: ts=1 sw=1
41
46
-->
42
-

43
47