|
1 |
| -2016-03-15 Benoit Jacquemont < [email protected]> |
2 |
| -* Added frame and symbol information |
3 |
| -* Added analyzers to find path that kept references |
| 1 | +# 1.0.2 Ygramul (2018-08-08) |
4 | 2 |
|
5 |
| -2016-01-26 Benoit Jacquemont < [email protected]> |
6 |
| -* Added the object handle to uniquely identify objects |
| 3 | +## Bug fixes |
| 4 | + - [GITHUB-70](https://github.com/BitOne/php-meminfo/issues/70) Fixes duplication of scalars in PHP 7 when multiple references are used |
| 5 | + - [GITHUB-68](https://github.com/BitOne/php-meminfo/issues/68) Fixes duplication of objects in PHP 7 when multiple references are used |
| 6 | + - [GITHUB-67](https://github.com/BitOne/php-meminfo/issues/67) Fixes wrong starting frame in PHP 7, by @mathieuk |
| 7 | + - [GITHUB-61](https://github.com/BitOne/php-meminfo/issues/61) Removes now obsolete Brew installation instructions |
7 | 8 |
|
8 |
| -2014-02-15 Benoit Jacquemont <[email protected]> |
9 |
| -* Cleanup and release of v0.1.0 |
| 9 | +## Improvement |
| 10 | + - [GITHUB-73](https://github.com/BitOne/php-meminfo/issues/73) Adds explanation on memory usage difference, between what is used by objects and what is reported |
10 | 11 |
|
11 |
| -2014-02-08 Benoit Jacquemont < [email protected]> |
12 |
| -* Migrating from Google Code to GitHub |
| 12 | +# 1.0.1 Ygramul (2017-11-24) |
13 | 13 |
|
14 |
| -2011-01-16 Benoit Jacquemont < [email protected]> |
15 |
| -* Extension creation. |
| 14 | +## Bug fixes |
| 15 | + - [GITHUB-49](https://github.com/BitOne/php-meminfo/issues/49) Properly escape control character from array index |
| 16 | + |
| 17 | +## Improvements |
| 18 | + - [GITHUB-48](https://github.com/BitOne/php-meminfo/issues/48) Adds information about Brew installation on MacOS X, by @jdecool |
| 19 | + - [GITHUB-47](https://github.com/BitOne/php-meminfo/issues/47) Fixes on version support, by @jdecool |
| 20 | + |
| 21 | +# 1.0.0 Ygramul (2017-11-16) |
| 22 | + |
| 23 | +## Improvements |
| 24 | + - [GITHUB-45](https://github.com/BitOne/php-meminfo/issues/45) Adds PHP 7 support |
| 25 | + - keeps only the dump method in the extension. From the data gathered by it, all analysis can be done. |
| 26 | + - summary is now done as a analyzer |
| 27 | + - doc separation between "usage" and "how to hunt down memory leaks" |
| 28 | + - tests + travis |
| 29 | + |
| 30 | +# 0.3.0 (2016-03-23) |
| 31 | + |
| 32 | +## Improvements |
| 33 | + - Remove UI |
| 34 | + - Adds frame and symbol information |
| 35 | + - Adds analyzers to find path that kept references |
| 36 | + |
| 37 | +# 0.2.0 (2015-04-30) |
| 38 | + |
| 39 | +## Improvements |
| 40 | + - Adds an feature to display instances count summary by class. |
| 41 | + |
| 42 | +# 0.1.0 (2014-02-15) |
| 43 | + |
| 44 | +## Improvements |
| 45 | + - Migrating from Google Code to GitHub |
| 46 | + - ADDS ABility to display a list of object with Class name and handle |
0 commit comments