From 6cd12c25eec0d96eab328affd65bf8fb5544e636 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 6 Feb 2003 14:36:58 +0000 Subject: [PATCH] added entry for memory_get_usage(). --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c73db97358..817e8f9927 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ PHP 4 NEWS - Added --clean option into phpize. (Jani) - Added --ldflags option into php-config. (Jani) - Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim) +- Added memory_get_usage(). Defined only when PHP is compiled with + --enable-memory-limit. Returns the number of bytes allocated by the Zend's + memory routines. (Andrey) - Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the result due to always seeking to row next to the one requested). (Ilia) - Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe). (Ilia) -- 2.50.1