diff options
author | Zeev Suraski <zeev@php.net> | 2000-07-13 17:29:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-07-13 17:29:59 +0000 |
commit | 155cac35d8d208a555a62469cf685c9bfe85c43b (patch) | |
tree | 839be1a6322d5d28a5640eb5a8b0a3fcbf8ff5a7 /NEWS | |
parent | 4c6ffdb1c248e106559f418a2cf130e76c53c861 (diff) | |
download | php-git-155cac35d8d208a555a62469cf685c9bfe85c43b.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -2,6 +2,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- Added 3 additional arguments to the user-defined error handler - the file + name and line number in which the error occured, and the context (local + variables) of the code in which the error occured (Zeev, Zend Engine) +- Improved the error handling code to handle an error in a user-defined error + handling function (Zeev, Zend Engine) - Fixed leak when using string offsets in the array() construct. (Andi, Zend Engine) - Fixed corruption problem when changing deeply nested values in objects. @@ -9,7 +14,8 @@ PHP 4.0 NEWS - Improved array_multisort() to be able to specify sort type as well sort order. Incidentally, it can be used to sort multi-dimensional arrays as well. (Andrei) -- Fixed a possible data corruption in case of a huge amount of aborted requests (Zeev) +- Fixed a possible data corruption in case of a huge amount of aborted requests + (Zeev) - Apache module would sometimes close a wrong file-descriptor. (Sascha) - Fixed use of alternative storage handlers in the session module. (Sascha) - Updated str_pad() to be able to pad on left/right/both sides. (Andrei) @@ -23,8 +29,9 @@ PHP 4.0 NEWS - Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM" (eg: Pacific time is -0700). This is useful for things such as Date: mail headers. (Mike W) -- Fixed crash on OCI?Logon() failure. (thies) -- Make the special Header("http/...") response be case insensitive like 3.0 (Rasmus) +- Fixed crash on OCI?Logon() failure. (Thies) +- Make the special Header("http/...") response be case insensitive like 3.0 + (Rasmus) - Allow cybercash to compile as a DL module. (Sterling) - Fixed the dbase_create function. (Sterling) - Fixed a problem under some versions of Windows that could cause PHP to hang |