]> granicus.if.org Git - php/commitdiff
added entry for memory_get_usage().
authorAndrey Hristov <andrey@php.net>
Thu, 6 Feb 2003 14:36:58 +0000 (14:36 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 6 Feb 2003 14:36:58 +0000 (14:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c73db973582a8c0c7403ba9b8e9fa87647b706ac..817e8f9927244971d27941fbdae1aff56603545c 100644 (file)
--- 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)