Date: | 2009-02-16 08:41:48 (16 years 2 months ago) |
Author: | Jürgen Hörmann |
Branch: | develop, master |
Commit: | 87e1528eb760aefe24f77a0b498275fc21de8b03 |
Parents: |
743b11ec5076fba1e152913b1636974fa20a8248
|
Message: | Added the handling of the k, m and g suffixes in the pretty size.
PHP allows for the configuration sizes to be set with k, m or g suffix, like 3m for 3MB. This patch
correctly handle these cases. |
Changes: |
|
File differences
src/Pluf/Utils.php |
84 | 84 |
85 | 85 |
86 | 86 |
87 | |
88 | |
89 | |
| 87 |
| 88 |
| 89 |
| 90 |
| 91 |
| 92 |
| 93 |
| 94 |
| 95 |
| 96 |
| 97 |
| 98 |
| 99 |
90 | 100 |
91 | 101 |
92 | 102 |
|
|
Download the corresponding diff file