diff options
author | <changelog@php.net> | 2001-05-12 01:09:34 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-05-12 01:09:34 +0000 |
commit | ea1e226307c29afea66c0dd37c12a4e4c25008e2 (patch) | |
tree | e73bb75643620e05a54dae8e24cd37da822ef46f | |
parent | 340c56e5c7aebbb41a4d8c37fa7a45100090d5c4 (diff) | |
download | php-git-ea1e226307c29afea66c0dd37c12a4e4c25008e2.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |