From: Zeev Suraski Date: Thu, 13 Jul 2000 17:29:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=155cac35d8d208a555a62469cf685c9bfe85c43b;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index 20e6cab3a1..3e3740bd5a 100644 --- a/NEWS +++ b/NEWS @@ -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