From: richard dot quadling at bandvulc dot co dot uk Operating system: Windows XP SP2 PHP version: 5.0.1 PHP Bug Type: Unknown/Other Function Bug description: memory_get_usage() does not exist in PHP 5.0.1 for Windows.
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 bug report at http://bugs.php.net/?id=29953&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29953&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29953&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29953&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=29953&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29953&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29953&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29953&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29953&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29953&r=support Expected behavior: http://bugs.php.net/fix.php?id=29953&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29953&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29953&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29953&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29953&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29953&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29953&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29953&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29953&r=float
