1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.10.12" 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">
3 <name>timezonedb</name>
4 <channel>pecl.php.net</channel>
5 <summary>Timezone Database to be used with PHP&apos;s date and time functions</summary>
6 <description>This extension is a drop-in replacement for the builtin timezone database that
7comes with PHP. You should only install this extension in case you need to get
8a later version of the timezone database than the one that ships with PHP.
9
10The data that this extension uses comes from the &quot;Olson&quot; database, which is
11located at http://www.iana.org/time-zones.</description>
12 <lead>
13  <name>Derick Rethans</name>
14  <user>derick</user>
15  <email>derick@php.net</email>
16  <active>yes</active>
17 </lead>
18 <date>2021-01-25</date>
19 <time>10:41:41</time>
20 <version>
21  <release>2021.1</release>
22  <api>2021.1</api>
23 </version>
24 <stability>
25  <release>stable</release>
26  <api>stable</api>
27 </stability>
28 <license uri="http://www.php.net/license">PHP</license>
29 <notes>
30Updated to version 2021.1 (2021a)
31 </notes>
32 <contents>
33  <dir name="/">
34   <file md5sum="9d3b5dee97729a1190cbfbbdb6fb08c8" name="config.m4" role="src" />
35   <file md5sum="4abf7b6ced2e4672cf4c649beb4f0265" name="config.w32" role="src" />
36   <file md5sum="3ed9b6026eef8374b8352fa4fedfe6a4" name="CREDITS" role="doc" />
37   <file md5sum="423954b31818fc34cb3064236e2e44ce" name="LICENSE" role="doc" />
38   <file md5sum="ced295281eac585e2ad1bf20af527393" name="php_timezonedb.h" role="src" />
39   <file md5sum="de834d10af4c4291f203ec713d3779ab" name="timezonedb.c" role="src" />
40   <file md5sum="3e5067a1b0f5b4d3d5b37e6432b79e37" name="timezonedb.h" role="src" />
41  </dir>
42 </contents>
43 <dependencies>
44  <required>
45   <php>
46    <min>5.2.0</min>
47   </php>
48   <pearinstaller>
49    <min>1.4.0b1</min>
50   </pearinstaller>
51  </required>
52 </dependencies>
53 <providesextension>timezonedb</providesextension>
54 <extsrcrelease />
55</package>
56