SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for php8-maxminddb-1.11.1-lp154.14.3.x86_64.rpm :

* Tue Dec 05 2023 Arjen de Korte - Updated to version 1.11.1
* Resolve warnings when compiling the C extension.
* Fix various type issues detected by PHPStan level.
* Sat Dec 10 2022 Arjen de Korte - Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
* Tue Nov 09 2021 Arjen de Korte - 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 2021 Arjen de Korte - 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 2021 Arjen de Korte - Use _multibuild to also build for php8- Use php_cfgdir and php_extdir macros to determine location of files
* Fri Feb 12 2021 Johannes Weberhofer - 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 08 2021 Johannes Weberhofer - Using sources from pecl now- Updated to version 1.9.0
* Tiny changes, make it buildable on Windows
* Fri Oct 02 2020 Johannes Weberhofer - Updated to version 1.8.0
* Fixes for PHP 8.0
* Tue Aug 11 2020 Johannes Weberhofer - 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 09 2020 Johannes Weberhofer - 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 2019 Johannes Weberhofer - 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 2018 jweberhoferAATTweberhofer.at- Initial release 1.3.0
 
ICM