diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-22 08:42:40 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-22 08:42:40 +0100 |
| commit | 27935fb1dedcfaa8d072848e055dbfc250c55fdd (patch) | |
| tree | 78571413090a7f3096563c40f6d2db12639d4130 | |
| parent | 00dff02a3b8e90775c7d86a86948a282ee5c9496 (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-maxminddb.spec | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -2,5 +2,5 @@ maxminddb MaxMind DB Reader => enabled -maxminddb extension version => 1.13.0 +maxminddb extension version => 1.13.1 libmaxminddb library version => 1.12.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 maxminddb version 1.13.0 ] { +Extension [ <persistent> extension #98 maxminddb version 1.13.1 ] { - Classes [3] { Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable, Stringable ] { diff --git a/php-maxminddb.spec b/php-maxminddb.spec index cbbdfc3..9816b17 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -6,6 +6,12 @@ # # Please, preserve the changelog entries # + +# TODO build --without test for 7.2 and 7.3 (because of phpunit) +# mockit ... all 74 85 +# mockit ... el8x 72 73 --without tests +# mockit ... el8a 72 73 --without tests + %if 0%{?scl:1} %scl_package php-maxminddb %global with_lib 0 |
