File php-maxminddb.changes of Package php-maxminddb
-------------------------------------------------------------------
Mon May 12 20:37:40 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
- Updated to version 1.12.1
* The C extension now checks that the database metadata lookup was
successful.
-------------------------------------------------------------------
Tue Dec 3 21:11:11 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- Updated to version 1.12.0
* Improve the error handling when the user tries to open a directory
with the pure PHP reader.
* Improve the typehints on arrays in the PHPDocs.
-------------------------------------------------------------------
Tue Dec 5 21:27:56 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
- Updated to version 1.11.1
* Resolve warnings when compiling the C extension.
* Fix various type issues detected by PHPStan level.
-------------------------------------------------------------------
Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
-------------------------------------------------------------------
Tue Nov 9 21:02:33 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Updated to version 1.11.0
* Replace runtime define of a constant to facilitate opcache
preloading.
* Resolve minor issue found by the Clang static analyzer in the C
extension.
-------------------------------------------------------------------
Wed Apr 14 18:01:21 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Updated to version 1.10.1
* Fix a `TypeError` exception in the pure PHP reader when using large
databases on 32-bit PHP builds with the `bcmath` extension. Reported
by dodo1708. GitHub #124.
-------------------------------------------------------------------
Wed Feb 17 19:12:26 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Use _multibuild to also build for php8
- Use php_cfgdir and php_extdir macros to determine location of files
-------------------------------------------------------------------
Fri Feb 12 15:15:22 UTC 2021 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated to version 1.10.0
When using the pure PHP reader, unsigned integers up to PHP_MAX_INT
will now be integers in PHP rather than strings. Previously integers
greater than 2^24 on 32-bit platforms and 2^56 on 64-bit platforms
would be strings due to the use of `gmp` or `bcmath` to decode them.
Reported by Alejandro Celaya. gh#maxmind/MaxMind-DB-Reader-php#119
-------------------------------------------------------------------
Fri Jan 8 09:58:47 UTC 2021 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Using sources from pecl now
- Updated to version 1.9.0
* Tiny changes, make it buildable on Windows
-------------------------------------------------------------------
Fri Oct 2 05:35:01 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated to version 1.8.0
* Fixes for PHP 8.0
-------------------------------------------------------------------
Tue Aug 11 12:31:33 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated to version 1.7.0
* PHP 7.2 or greater is now required
* The extension no longer depends on the pure PHP classes ini
maxmind-db/reader. You can use it independently
* Type hints have been added to both the pure PHP implementation
and the extension.
* The metadata method on the reader now returns a new copy of the
metadata object rather than the actual object used by the reader.
* Work around PHP is_readable() bug. Reported by Ben Roberts.
gh#maxmind/MaxMind-DB-Reader-php#92
* This is the first release of the extension as a PECL package.
gh#maxmind/MaxMind-DB-Reader-php#34
-------------------------------------------------------------------
Thu Jan 9 07:14:29 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated to version 1.6.0
* fix for a possible memory corruption in version 1.5.0 and 1.5.1
* composer.json file now conflicts with all versions of the
maxminddb C extension less than the Composer version.
- Updated to version 1.5.1
* Minor performance improvements.
* Make tests pass with older versions of libmaxminddb
* Make tests pass with older versions of libmaxminddb
- Updated to version 1.5.0
* PHP 5.6 or greater is now required.
* supports for PHP 8
* new method, getWithPrefixLen, was added to the Reader class
-------------------------------------------------------------------
Wed Jun 19 10:53:38 UTC 2019 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Updated to version 1.4.1
* The maxminddb extension now returns a string when a uint32
value is greater than LONG_MAX. Previously, the value would
overflow. This generally only affects 32-bit machines.
* For uint64 values, the maxminddb extension now returns an
integer rather than a string when the value is less than or equal
to LONG_MAX. This more closely matches the behavior of the pure
PHP reader.
- Updated to version 1.4.0
* The maxminddb extension now has the arginfo when using reflection.
* The maxminddb extension now provides MINFO() function that
displays the extension version and the libmaxminddb version.
* The maxminddb configure script now uses pkg-config when
available to get libmaxmindb build info.
* The pure PHP reader now correctly decodes integers on 32-bit platforms.
Previously, large integers would overflow.
* There are small performance improvements for the pure PHP reader.
-------------------------------------------------------------------
Thu May 17 16:06:57 UTC 2018 - jweberhofer@weberhofer.at
- Initial release 1.3.0