summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-05-12 01:09:34 +0000
committer <changelog@php.net>2001-05-12 01:09:34 +0000
commitea1e226307c29afea66c0dd37c12a4e4c25008e2 (patch)
treee73bb75643620e05a54dae8e24cd37da822ef46f
parent340c56e5c7aebbb41a4d8c37fa7a45100090d5c4 (diff)
downloadphp-git-ea1e226307c29afea66c0dd37c12a4e4c25008e2.tar.gz
NEWS update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 12c660bfa7..84367a0041 100644
--- 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)