andrey Thu Feb 6 09:36:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: added entry for memory_get_usage(). Index: php4/NEWS diff -u php4/NEWS:1.1247.2.61 php4/NEWS:1.1247.2.62 --- php4/NEWS:1.1247.2.61 Tue Feb 4 14:07:09 2003 +++ php4/NEWS Thu Feb 6 09:36:58 2003 @@ -12,6 +12,9 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php