diff options
author | Andrei Zmievski <andrei@php.net> | 2001-05-14 13:31:27 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-05-14 13:31:27 +0000 |
commit | 4a85b47e50d9ff4479a1ccf711d76cf39f3ad0bb (patch) | |
tree | 272fdd125127a329f812786789f3ea381e430def /NEWS | |
parent | 553e04be2f5a08ac666f7dd2e50d89a232eee0e5 (diff) | |
download | php-git-4a85b47e50d9ff4479a1ccf711d76cf39f3ad0bb.tar.gz |
Reformat.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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 |