... | ... |
@@ -135,6 +135,8 @@ modparam("geoip2", "path", "/usr/local/share/GeoIP/GeoLite2-City.mmdb") |
135 | 135 |
|
136 | 136 |
Match ipaddr against the GeoIP database and set the pvc container. The |
137 | 137 |
function has to be called before accessing a key via: $gip2(pvc=>key). |
138 |
+ At least one function needs to be present that access the pvc |
|
139 |
+ container, otherwise this function will not work. |
|
138 | 140 |
|
139 | 141 |
Example 1.2. geoip2_match usage |
140 | 142 |
... |