john Tue Apr 20 14:29:17 2004 EDT Modified files: /php-src NEWS Log: minor update http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1685&r2=1.1686&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1685 php-src/NEWS:1.1686 --- php-src/NEWS:1.1685 Tue Apr 20 10:18:56 2004 +++ php-src/NEWS Tue Apr 20 14:29:16 2004 @@ -6,7 +6,8 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php