]> granicus.if.org Git - php/commitdiff
-remove corrupt entry until change has been completed
authorMarcus Boerger <helly@php.net>
Wed, 14 Aug 2002 07:05:57 +0000 (07:05 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 14 Aug 2002 07:05:57 +0000 (07:05 +0000)
-minor fixes
-honor Derick for his idea error messages to point to the manual

NEWS

diff --git a/NEWS b/NEWS
index 3ee06009d1f9f04dde0e32d3a1fb48060feb9523..d586a4919f54b9909cb9a85756e7fcedf6147444 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,14 +7,13 @@ PHP 4                                                                      NEWS
   Ilia <ilia@prohost.org>. (kalowsky)
 - Added a default timeout to PHP streams. (kalowsky, Ilia A <ilia@prohost.org>)
 - Added clickable error messages that direct to a page describing the
-  error or function causing the error in detail. (Yasuo, Wez, Marcus)
+  error or function causing the error in detail. (Derick, Wez, Marcus)
 - Added odbc_data_source() functionality to identify DB ServerName, and a 
   description of it gathered from the DSN. (kalowsky)
 - Added $DomDocument->xinclude() for substitution of XIncludes in
-- Changed zlib.output_compression behavior. If larger chunk is preferred,
-- Copy() fixed to return 1 on 0 byte files. Patch by Ilia A <ilia@prohost.org>.
+- Copy() fixed to return 1 on 0 byte files. (Patch by Ilia A <ilia@prohost.org>)
 - Added ob_list_handlers() which returns an array of all active output
-  handlers. (marcus)
+  handlers. (Marcus)
 - Added mbstring encoding/decoding "HTML-ENTITIES". (Marcus)
 - Added parameter 'L' for mb_http_input() to retrieve input encoding as a
   comma separated string. (Marcus)