ID: 29953 Updated by: [EMAIL PROTECTED] Reported By: richard dot quadling at bandvulc dot co dot uk -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows XP SP2 PHP Version: 5.0.1 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Our windows binaries are not compiled with --enable-memory-limit. Previous Comments: ------------------------------------------------------------------------ [2004-09-02 15:22:29] richard dot quadling at bandvulc dot co dot uk Description: ------------ Very simply, the function memory_get_usage() does not exist in the Windows versions of PHP. Reproduce code: --------------- <?php echo memory_get_usage(); ?> Expected result: ---------------- An integer of some size. Actual result: -------------- Fatal error: Call to undefined function: memory_get_usage() in C:\PHP_Quick_Scripts\memory.php on line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29953&edit=1
