PHP extension to watch (unusually high) memory consumption in PHP scripts
memtrack is a PHP extension that tracks memory consumption in PHP scripts
and produces reports (warnings) when memory usage reaches certain levels
set by the user.
License: PHP
| Version | Release | Download |
| 0.2.1 | 2011-09-27 | memtrack-0.2.1.tgz |
| 0.2.0 | 2010-04-26 | memtrack-0.2.0.tgz |
| 0.1.0 | 2009-01-23 | memtrack-0.1.0.tgz |
| Version | Message |
| 0.2.1 | - fixed PECL bug #23826 (memtrack breaks suhosin checks). |
| 0.2.0 |
- added Win32 config file. - changed vm_limit to use mallinfo() instead of reading /proc. |
| 0.1.0 | - Initial PECL release |