-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic update of recent PECL packages
- Loading branch information
Showing
8 changed files
with
626 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<package packagerversion="1.10.13" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> | ||
<name>maxminddb</name> | ||
<channel>pecl.php.net</channel> | ||
<summary>Reader for the MaxMind DB file format</summary> | ||
<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).</description> | ||
<lead> | ||
<name>Greg Oschwald</name> | ||
<user>oschwald</user> | ||
<email>goschwald@maxmind.com</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2023-12-02</date> | ||
<time>00:09:23</time> | ||
<version> | ||
<release>1.11.1</release> | ||
<api>1.11.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/main/LICENSE">Apache License 2.0</license> | ||
<notes> | ||
* Resolve warnings when compiling the C extension. | ||
* Fix various type issues detected by PHPStan level. Pull request by | ||
LauraTaylorUK. GitHub #160. | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
<file md5sum="8251507e4949ac272bf4cc8503a32f1e" name="ext/tests/001-load.phpt" role="test" /> | ||
<file md5sum="264e0cadaead64525696692c7ef0ea68" name="ext/tests/002-final.phpt" role="test" /> | ||
<file md5sum="746a330ff866f4407b808be3d31e5106" name="ext/tests/003-open-basedir.phpt" role="test" /> | ||
<file md5sum="940cc50b1b14b05cd3d95419fdeef2f5" name="ext/config.m4" role="src" /> | ||
<file md5sum="6d5f0df9d6dcae1133c37fd5616fbde0" name="ext/config.w32" role="src" /> | ||
<file md5sum="032125af2c28710b07fbf25812f2d9d6" name="ext/maxminddb.c" role="src" /> | ||
<file md5sum="bd18baf77b01d0653161656c952198ae" name="ext/php_maxminddb.h" role="src" /> | ||
<file md5sum="3b83ef96387f14655fc854ddc3c6bd57" name="LICENSE" role="doc" /> | ||
<file md5sum="7ac977b83e34bc5088d733b237e4029c" name="CHANGELOG.md" role="doc" /> | ||
<file md5sum="faee97eab187ef1a6b11d48d39f819cc" name="README.md" role="doc" /> | ||
</dir> | ||
</contents> | ||
<dependencies> | ||
<required> | ||
<php> | ||
<min>7.2.0</min> | ||
</php> | ||
<pearinstaller> | ||
<min>1.10.0</min> | ||
</pearinstaller> | ||
</required> | ||
</dependencies> | ||
<providesextension>maxminddb</providesextension> | ||
<extsrcrelease /> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.