]> granicus.if.org Git - php/commitdiff
minor update
authorJohn Coggeshall <john@php.net>
Tue, 20 Apr 2004 18:29:16 +0000 (18:29 +0000)
committerJohn Coggeshall <john@php.net>
Tue, 20 Apr 2004 18:29:16 +0000 (18:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a6725173caf169dd9d47209a2c030f5ba6742d1a..32f5ee15c5a792a4c04b931b55a14e5c2f855d95 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ PHP                                                                        NEWS
 - Added pty support to proc_open(). (Wez)
 - Added possibility to check in which extension an internal class was defined 
   in using reflection API. (Marcus)
-- Changed tidy error handling to no longer use exceptions. (John)
+- Changed tidy error handling to no longer use exceptions and 
+  renamed the "error_buf" property to errorBuffer. (John)
 - Changed class and method names to use studlyCaps convention. (Marcus)
 - Changed language parser to throw errors when a non-empty signature is used in
   a destructor definition. (Marcus)