|
2 | 2 | <package packagerversion="1.9.4" 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 | 3 | <name>decimal</name> |
4 | 4 | <channel>pecl.php.net</channel> |
5 | | - <summary>Arbitrary-precision floating-point decimal</summary> |
6 | | - <description>Adds support for correctly-rounded arbitrary precision decimal floating point arithmetic in PHP 7</description> |
| 5 | + <summary>Arbitrary precision floating-point decimal</summary> |
| 6 | + <description>Adds support for correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7</description> |
7 | 7 | <lead> |
8 | 8 | <name>Rudi Theunissen</name> |
9 | 9 | <user>rtheunissen</user> |
10 | 10 | <email>rtheunissen@php.net</email> |
11 | 11 | <active>yes</active> |
12 | 12 | </lead> |
13 | | - <date>2018-10-29</date> |
| 13 | + <date>2018-11-20</date> |
14 | 14 | <time>11:56:52</time> |
15 | 15 | <version> |
16 | | - <release>1.0.1</release> |
17 | | - <api>1.0.0</api> |
| 16 | + <release>1.1.0</release> |
| 17 | + <api>1.1.0</api> |
18 | 18 | </version> |
19 | 19 | <stability> |
20 | 20 | <release>stable</release> |
21 | 21 | <api>stable</api> |
22 | 22 | </stability> |
23 | 23 | <license uri="https://opensource.org/licenses/MIT">MIT License</license> |
24 | 24 | <notes> |
25 | | - Package content updates, smarter .m4 @remicollet |
| 25 | + Added "trim" method, to remove trailing zeroes. |
26 | 26 | </notes> |
27 | 27 | <contents> |
28 | 28 | <dir name="/"> |
|
46 | 46 | <file role="test" name="reflection.phpt"/> |
47 | 47 | <file role="test" name="serialize.phpt"/> |
48 | 48 | <dir name="methods"> |
| 49 | + <file role="test" name="__construct.phpt"/> |
49 | 50 | <file role="test" name="abs.phpt"/> |
50 | 51 | <file role="test" name="add.phpt"/> |
51 | 52 | <file role="test" name="avg.phpt"/> |
52 | 53 | <file role="test" name="ceil.phpt"/> |
53 | 54 | <file role="test" name="compareTo.phpt"/> |
54 | | - <file role="test" name="__construct.phpt"/> |
55 | 55 | <file role="test" name="copy.phpt"/> |
56 | 56 | <file role="test" name="div.phpt"/> |
57 | 57 | <file role="test" name="equals.phpt"/> |
|
82 | 82 | <file role="test" name="toFloat.phpt"/> |
83 | 83 | <file role="test" name="toInt.phpt"/> |
84 | 84 | <file role="test" name="toString.phpt"/> |
| 85 | + <file role="test" name="trim.phpt"/> |
85 | 86 | <file role="test" name="truncate.phpt"/> |
86 | 87 | </dir> |
87 | 88 | </dir> |
|
0 commit comments