1<?xml version="1.0" encoding="ISO-8859-1"?>
2<package packagerversion="1.10.1" 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>Math_BigInteger</name>
4 <channel>pear.php.net</channel>
5 <summary>Pure-PHP arbitrary precission integer arithmetic library</summary>
6 <description>Supports base-2, base-10, base-16, and base-256 numbers.  Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise.</description>
7 <lead>
8  <name>Jim Wigginton</name>
9  <user>terrafrost</user>
10  <email>terrafrost@php.net</email>
11  <active>yes</active>
12 </lead>
13 <date>2016-04-12</date>
14 <time>05:47:21</time>
15 <version>
16  <release>1.0.3</release>
17  <api>1.0.3</api>
18 </version>
19 <stability>
20  <release>stable</release>
21  <api>stable</api>
22 </stability>
23 <license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license>
24 <notes>
25- Fix PHP7 constructor deprecation notice
26 </notes>
27 <contents>
28  <dir name="/">
29   <file md5sum="b5d30af438eb5fcb6c1b0916afcfb8f5" name="Math/BigInteger.php" role="php" />
30   <file baseinstalldir="Math/BigInteger" md5sum="58b3032f0b740eaa5087c85564d47a08" name="demo/demo.php" role="php" />
31   <file baseinstalldir="Math/BigInteger" md5sum="ea860bb578a1bd4c72f729dffd880d7d" name="demo/benchmark.php" role="php" />
32  </dir>
33 </contents>
34 <dependencies>
35  <required>
36   <php>
37    <min>4.2</min>
38   </php>
39   <pearinstaller>
40    <min>1.4.0</min>
41   </pearinstaller>
42   <extension>
43    <name>pcre</name>
44   </extension>
45  </required>
46 </dependencies>
47 <phprelease />
48 <changelog>
49  <release>
50   <version>
51    <release>1.0.0RC1</release>
52    <api>1.0.0</api>
53   </version>
54   <stability>
55    <release>beta</release>
56    <api>beta</api>
57   </stability>
58   <date>2006-10-26</date>
59   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
60   <notes>
61Initial PEAR release.
62   </notes>
63  </release>
64  <release>
65   <version>
66    <release>1.0.0RC2</release>
67    <api>1.0.0</api>
68   </version>
69   <stability>
70    <release>beta</release>
71    <api>beta</api>
72   </stability>
73   <date>2006-11-16</date>
74   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
75   <notes>
76Added bitwise_or(), bitwise_and(), bitwise_xor(), and bitwise_not()
77   </notes>
78  </release>
79  <release>
80   <version>
81    <release>1.0.0RC3</release>
82    <api>1.0.0</api>
83   </version>
84   <stability>
85    <release>beta</release>
86    <api>beta</api>
87   </stability>
88   <date>2007-02-05</date>
89   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
90   <notes>
91- Fix for bug #9654: In MODE_INTERNAL, modPow doesn&apos;t work occasionally
92- Other bug fixes
93   </notes>
94  </release>
95  <release>
96   <version>
97    <release>1.0.0</release>
98    <api>1.0.0</api>
99   </version>
100   <stability>
101    <release>stable</release>
102    <api>stable</api>
103   </stability>
104   <date>2010-05-26</date>
105   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
106   <notes>
107- significant speed-ups
108- new functions: gcd(), extendedGCD(), isPrime(), random(), randomPrime(), bitwise_leftRotate(), bitwise_rightRotate(), setPrecision(), toHex(), toBits() and equals()
109- PHP_Compat is now optional.  Store it in your include path if you require PHP4 support but otherwise it is unrequired.
110   </notes>
111  </release>
112  <release>
113   <version>
114    <release>1.0.2</release>
115    <api>1.0.0</api>
116   </version>
117   <stability>
118    <release>stable</release>
119    <api>stable</api>
120   </stability>
121   <date>2014-02-11</date>
122   <license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license>
123   <notes>
124- (internal, bcmath) use OpenSSL, if available, for modular exponentiation
125- (internal) use 64-bit ints, if available, and 64-bit floats, otherwise
126- (all) improve random number generation
127- change license to less restrictive MIT license
128   </notes>
129  </release>
130  <release>
131   <version>
132    <release>1.0.3</release>
133    <api>1.0.3</api>
134   </version>
135   <stability>
136    <release>stable</release>
137    <api>stable</api>
138   </stability>
139   <date>2016-04-12</date>
140   <license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license>
141   <notes>
142- Fix PHP7 constructor deprecation notice
143   </notes>
144  </release>
145 </changelog>
146</package>
147