File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 2121 "ext-maxminddb" : " A C-based database decoder that provides significantly faster lookups"
2222 },
2323 "conflict" : {
24- "ext-maxminddb" : " <1.10.0 ,>=2.0.0"
24+ "ext-maxminddb" : " <1.10.1 ,>=2.0.0"
2525 },
2626 "require-dev" : {
2727 "friendsofphp/php-cs-fixer" : " *" ,
Original file line number Diff line number Diff line change 1515
1616#ifndef PHP_MAXMINDDB_H
1717#define PHP_MAXMINDDB_H 1
18- #define PHP_MAXMINDDB_VERSION "1.10.0 "
18+ #define PHP_MAXMINDDB_VERSION "1.10.1 "
1919#define PHP_MAXMINDDB_EXTNAME "maxminddb"
2020
2121extern zend_module_entry maxminddb_module_entry ;
Original file line number Diff line number Diff line change 14141515 <active >yes</active >
1616 </lead >
17- <date >2021-02-09 </date >
17+ <date >2021-04-14 </date >
1818 <version >
19- <release >1.10.0 </release >
20- <api >1.10.0 </api >
19+ <release >1.10.1 </release >
20+ <api >1.10.1 </api >
2121 </version >
2222 <stability >
2323 <release >stable</release >
2424 <api >stable</api >
2525 </stability >
2626 <license uri =" https://github.com/maxmind/MaxMind-DB-Reader-php/blob/main/LICENSE" >Apache License 2.0</license >
27- <notes >* When using the pure PHP reader, unsigned integers up to PHP_MAX_INT
28- will now be integers in PHP rather than strings. Previously integers
29- greater than 2^24 on 32-bit platforms and 2^56 on 64-bit platforms
30- would be strings due to the use of `gmp` or `bcmath` to decode them.
31- Reported by Alejandro Celaya. GitHub #119.</notes >
27+ <notes >* Fix a `TypeError` exception in the pure PHP reader when using large
28+ databases on 32-bit PHP builds with the `bcmath` extension. Reported
29+ by dodo1708. GitHub #124.</notes >
3230 <contents >
3331 <dir name =" /" >
3432 <file role =" doc" name =" LICENSE" />
You can’t perform that action at this time.
0 commit comments