summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-05-14 13:31:27 +0000
committerAndrei Zmievski <andrei@php.net>2001-05-14 13:31:27 +0000
commit4a85b47e50d9ff4479a1ccf711d76cf39f3ad0bb (patch)
tree272fdd125127a329f812786789f3ea381e430def /NEWS
parent553e04be2f5a08ac666f7dd2e50d89a232eee0e5 (diff)
downloadphp-git-4a85b47e50d9ff4479a1ccf711d76cf39f3ad0bb.tar.gz
Reformat.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 11 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 6cc4f9f7ba..cdd3c1e802 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,22 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
-- added com_release($obj) and com_addref($obj) functions
- and the related class members $obj->Release() and $obj->AddRef()
- to gain more control over the used COM components. (phanto)
-- added an additional parameter to dotnet_load to specify the codepage (phanto)
+- Added com_release($obj) and com_addref($obj) functions and the related class
+ members $obj->Release() and $obj->AddRef() to gain more control over the used
+ COM components. (phanto)
+- Added an additional parameter to dotnet_load to specify the codepage (phanto)
- 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 memory leak upon re-registering constants (Sascha, Zend Engine)
+ directive "{mod_php_memory_usage}n" which will log the peak amount of memory
+ used by the script. (Thies)
+- Made fstat() and stat() provide identical output by returning a numerical and
+ string indexed array. (Jason)
+- Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
- Upgraded expat to version 1.95.1. (Thies)
?? ??? 200?, Version 4.0.6
-- Fixed race in writing session files (Sascha)
+- Fixed race in writing session files. (Sascha)
- Fixed a possible crash in the PHP CGI when no input file is
- specified (Zeev)
+ specified. (Zeev)
- Added is_callable() function that can be used to find out whether
its argument is a valid callable construct. (Andrei)
- Fixed a rare possible crash when generating extended information. (Dmitri