-
Notifications
You must be signed in to change notification settings - Fork 0
/
maxminddb.json
84 lines (84 loc) · 4.26 KB
/
maxminddb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"category": "File Formats",
"deprecated": false,
"description": "This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).",
"latestReleaseDate": "2024-11-14T22:45:03+00:00",
"latestVersion": "1.12.0",
"license": "Apache License 2.0",
"name": "maxminddb",
"php8Mentioned": true,
"releases": {
"1.12.0": {
"version": "1.12.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "oschwald",
"releaseDate": "2024-11-14T22:45:03+00:00",
"releaseNotes": "* Improve the error handling when the user tries to open a directory\n with the pure PHP reader.\n* Improve the typehints on arrays in the PHPDocs.",
"get": "https://pecl.php.net/get/maxminddb-1.12.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.11.1": {
"version": "1.11.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "oschwald",
"releaseDate": "2023-12-02T00:10:36+00:00",
"releaseNotes": "* Resolve warnings when compiling the C extension.\n* Fix various type issues detected by PHPStan level. Pull request by\n LauraTaylorUK. GitHub #160.",
"get": "https://pecl.php.net/get/maxminddb-1.11.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.11.0": {
"version": "1.11.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "oschwald",
"releaseDate": "2021-10-18T15:47:12+00:00",
"releaseNotes": "* Replace runtime define of a constant to facilitate opcache preloading.\n Reported by vedadkajtaz. GitHub #134.\n* Resolve minor issue found by the Clang static analyzer in the C\n extension.",
"get": "https://pecl.php.net/get/maxminddb-1.11.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.10.1": {
"version": "1.10.1",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "oschwald",
"releaseDate": "2021-04-14T17:56:50+00:00",
"releaseNotes": "* Fix a `TypeError` exception in the pure PHP reader when using large\n databases on 32-bit PHP builds with the `bcmath` extension. Reported\n by dodo1708. GitHub #124.",
"get": "https://pecl.php.net/get/maxminddb-1.10.1",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.10.0": {
"version": "1.10.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "oschwald",
"releaseDate": "2021-02-09T17:53:51+00:00",
"releaseNotes": "* When using the pure PHP reader, unsigned integers up to PHP_MAX_INT\n will now be integers in PHP rather than strings. Previously integers\n greater than 2^24 on 32-bit platforms and 2^56 on 64-bit platforms\n would be strings due to the use of `gmp` or `bcmath` to decode them.\n Reported by Alejandro Celaya. GitHub #119.",
"get": "https://pecl.php.net/get/maxminddb-1.10.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.9.0": {
"version": "1.9.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "oschwald",
"releaseDate": "2021-01-07T21:16:50+00:00",
"releaseNotes": "* The `maxminddb` extension is now buildable on Windows. Pull request\n by Jan Ehrhardt. GitHub #115.",
"get": "https://pecl.php.net/get/maxminddb-1.9.0",
"SPDX-License-Identifier": "Apache-2.0"
},
"1.8.0": {
"version": "1.8.0",
"state": "stable",
"license": "Apache License 2.0",
"releasedBy": "oschwald",
"releaseDate": "2020-10-02T15:50:43+00:00",
"releaseNotes": "* Fixes for PHP 8.0. Pull Request by Remi Collet. GitHub #108.",
"get": "https://pecl.php.net/get/maxminddb-1.8.0",
"SPDX-License-Identifier": "Apache-2.0"
}
},
"summary": "Reader for the MaxMind DB file format",
"SPDX-License-Identifier": "Apache-2.0"
}