diff options
| -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 |
