mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Reformat.
This commit is contained in:
parent
553e04be2f
commit
4a85b47e50
1 changed files with 11 additions and 11 deletions
22
NEWS
22
NEWS
|
@ -1,22 +1,22 @@
|
||||||
PHP 4.0 NEWS
|
PHP 4.0 NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? ??? 200?, Version 4.0.7-dev
|
?? ??? 200?, Version 4.0.7-dev
|
||||||
- added com_release($obj) and com_addref($obj) functions
|
- Added com_release($obj) and com_addref($obj) functions and the related class
|
||||||
and the related class members $obj->Release() and $obj->AddRef()
|
members $obj->Release() and $obj->AddRef() to gain more control over the used
|
||||||
to gain more control over the used COM components. (phanto)
|
COM components. (phanto)
|
||||||
- added an additional parameter to dotnet_load to specify the codepage (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
|
- 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
|
directive "{mod_php_memory_usage}n" which will log the peak amount of memory
|
||||||
memory used by the script. (Thies)
|
used by the script. (Thies)
|
||||||
- fstat() and stat() now return identical output by returning a numerical and
|
- Made fstat() and stat() provide identical output by returning a numerical and
|
||||||
string indexed array (Jason)
|
string indexed array. (Jason)
|
||||||
- Fixed memory leak upon re-registering constants (Sascha, Zend Engine)
|
- Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
|
||||||
- Upgraded expat to version 1.95.1. (Thies)
|
- Upgraded expat to version 1.95.1. (Thies)
|
||||||
|
|
||||||
?? ??? 200?, Version 4.0.6
|
?? ??? 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
|
- 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
|
- Added is_callable() function that can be used to find out whether
|
||||||
its argument is a valid callable construct. (Andrei)
|
its argument is a valid callable construct. (Andrei)
|
||||||
- Fixed a rare possible crash when generating extended information. (Dmitri
|
- Fixed a rare possible crash when generating extended information. (Dmitri
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue