]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 12 May 2001 01:09:34 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Sat, 12 May 2001 01:09:34 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 12c660bfa76a9d73297c830014c3d49416fd0b03..84367a0041d9752f2a28923d764278bc456ea96c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
+- Added --enable-memory-usage-info. This creates a new Apache 1.x logging
+  directive "{mod_php_memory_usage}n" which will log the peak amount of
+  memory used by the script. (Thies)
+- fstat() and stat() now return identical output by returning a numerical and
+  string indexed array (Jason)
 - Fixed race in writing session files (Sascha)
 - Fixed memory leak upon re-registering constants (Sascha, Zend Engine)
 - Upgraded expat to version 1.95.1. (Thies)