
Riccardo Brambilla - 2007-02-28 16:52:58
For those who sent me feedback about problems with memory_get_usage():
FROM PHP manual:
memory_get_usage() will only be defined if your PHP is compiled with the --enable-memory-limit configuration option.
So if you get messages like:
Fatal error: Call to undefined function: memory_get_usage() in C:\test\rimagemanipulator\RImageManipulator.class.php on line 1165
check your php configuration.