> > Done: <https://pecl.php.net/package/maxminddb>. Please feel free to > edit any information I entered (there is a small pencil icon on that > page when you're logged in), and release as you see fit. > > If you have questions, just ask. :) >
Thank you! I've tried uploading a release but I am running into issues. I am getting the following error message: You can not delete your own maintainer role or you will not be able to complete the update process. Set your name in package.xml or let the new lead developer upload the new release However, I don't believe I am deleting my role. Here is the <lead> section from the package: <lead> <name>Gregory Oschwald</name> <user>oschwald</user> <email>goschw...@maxmind.com</email> <active>yes</active> </lead> I believe all of the information matches what is on pecl.php.net. I am attaching the full package.xml file from the package. If you have any thoughts about what I am doing wrong, please let me know. Thanks, Greg
<?xml version="1.0" encoding="ISO-8859-1"?> <package packagerversion="1.10.9" 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>Gregory Oschwald</name> <user>oschwald</user> <email>goschw...@maxmind.com</email> <active>yes</active> </lead> <date>2020-08-10</date> <time>14:30:09</time> <version> <release>1.7.0</release> <api>1.7.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/master/LICENSE">Apache License 2.0</license> <notes> * IMPORTANT: PHP 7.2 or greater is now required. * The extension no longer depends on the pure PHP classes in `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. GitHub #92. * This is the first release of the extension as a PECL package. GitHub #34. </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="c44fc8d5bfcdab2ca76601dc8f091712" name="ext/config.m4" role="src" /> <file md5sum="2bc9417b6e73f2741279029dd8116080" name="ext/maxminddb.c" role="src" /> <file md5sum="083de1394727961c245944ea93f45da5" name="ext/php_maxminddb.h" role="src" /> <file md5sum="3b83ef96387f14655fc854ddc3c6bd57" name="LICENSE" role="doc" /> <file md5sum="df40f0bb6d8ac5e6f68ce012d5f04801" name="CHANGELOG.md" role="doc" /> <file md5sum="8d4001db7065f4a22dff8981728b92b5" 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>
-- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php