Home
last modified time | relevance | path

Searched refs:maxminddb (Results 1 – 7 of 7) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m41 PHP_ARG_WITH(maxminddb,
3 [ --with-maxminddb Enable MaxMind DB Reader extension support])
5 PHP_ARG_ENABLE(maxminddb-debug, for MaxMind DB debug support,
6 [ --enable-maxminddb-debug Enable enable MaxMind DB deubg support], no, no)
29 PHP_CHECK_LIBRARY(maxminddb, MMDB_open)
30 PHP_ADD_LIBRARY(maxminddb, 1, MAXMINDDB_SHARED_LIBADD)
39 PHP_NEW_EXTENSION(maxminddb, maxminddb.c, $ext_shared)
H A Dmaxminddb.c80 PHP_FUNCTION(maxminddb);
654 PHP_MINIT_FUNCTION(maxminddb) { in PHP_MINIT_FUNCTION() argument
672 static PHP_MINFO_FUNCTION(maxminddb) { in PHP_MINFO_FUNCTION() argument
687 PHP_MINIT(maxminddb),
691 PHP_MINFO(maxminddb),
696 ZEND_GET_MODULE(maxminddb)
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D001-load.phpt2 Check for maxminddb presence
4 <?php if (!extension_loaded('maxminddb')) {
9 echo 'maxminddb extension is available';
12 maxminddb extension is available
H A D002-final.phpt4 <?php if (!extension_loaded('maxminddb')) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md17 * The `maxminddb` extension now returns a string when a `uint32`
21 * For `uint64` values, the `maxminddb` extension now returns an
29 * The `maxminddb` extension now has the arginfo when using reflection.
31 * The `maxminddb` extension now provides `MINFO()` function that
34 * The `maxminddb` `configure` script now uses `pkg-config` when
45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If
59 * The `Reader` class for the `maxminddb` extension is no longer final.
H A DREADME.md62 …ailable in the [official Fedora repository](https://apps.fedoraproject.org/packages/php-maxminddb).
67 dnf install php-maxminddb
74 yum install php-maxminddb
132 extension=maxminddb.so
/plugin/quickstats/GEOIP/
H A Dcomposer.lock144 … "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"