We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340c56e commit ea1e226Copy full SHA for ea1e226
NEWS
@@ -1,6 +1,11 @@
1
PHP 4.0 NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 200?, Version 4.0.7-dev
4
+- Added --enable-memory-usage-info. This creates a new Apache 1.x logging
5
+ directive "{mod_php_memory_usage}n" which will log the peak amount of
6
+ memory used by the script. (Thies)
7
+- fstat() and stat() now return identical output by returning a numerical and
8
+ string indexed array (Jason)
9
- Fixed race in writing session files (Sascha)
10
- Fixed memory leak upon re-registering constants (Sascha, Zend Engine)
11
- Upgraded expat to version 1.95.1. (Thies)
0 commit comments