package.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0"?>
  2. <package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
  3. xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. 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">
  6. <name>maxminddb</name>
  7. <channel>pecl.php.net</channel>
  8. <summary>Reader for the MaxMind DB file format</summary>
  9. <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>
  10. <lead>
  11. <name>Greg Oschwald</name>
  12. <user>oschwald</user>
  13. <email>goschwald@maxmind.com</email>
  14. <active>yes</active>
  15. </lead>
  16. <date>2023-12-01</date>
  17. <version>
  18. <release>1.11.1</release>
  19. <api>1.11.1</api>
  20. </version>
  21. <stability>
  22. <release>stable</release>
  23. <api>stable</api>
  24. </stability>
  25. <license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/main/LICENSE">Apache License 2.0</license>
  26. <notes>* Resolve warnings when compiling the C extension.
  27. * Fix various type issues detected by PHPStan level. Pull request by
  28. LauraTaylorUK. GitHub #160.</notes>
  29. <contents>
  30. <dir name="/">
  31. <file role="doc" name="LICENSE"/>
  32. <file role="doc" name="CHANGELOG.md"/>
  33. <file role="doc" name="README.md"/>
  34. <dir name="ext">
  35. <file role="src" name="config.m4"/>
  36. <file role="src" name="config.w32"/>
  37. <file role="src" name="maxminddb.c"/>
  38. <file role="src" name="php_maxminddb.h"/>
  39. <dir name="tests">
  40. <file role="test" name="001-load.phpt"/>
  41. <file role="test" name="002-final.phpt"/>
  42. <file role="test" name="003-open-basedir.phpt"/>
  43. </dir>
  44. </dir>
  45. </dir>
  46. </contents>
  47. <dependencies>
  48. <required>
  49. <php>
  50. <min>7.2.0</min>
  51. </php>
  52. <pearinstaller>
  53. <min>1.10.0</min>
  54. </pearinstaller>
  55. </required>
  56. </dependencies>
  57. <providesextension>maxminddb</providesextension>
  58. <extsrcrelease />
  59. </package>