On Mon, 12 Apr 2004, John Coggeshall wrote:

> john          Sun Apr 11 23:14:19 2004 EDT
>
>   Modified files:
>     /php-src/ext/tidy php_tidy.h tidy.c
>   Log:
>   - Removed things related to attribute classes / consts which no
>     longer exist in Tidy
>   - Changed protos in comment blocks to studlyCaps
>   - Fixed problem where Tidy would throw exceptions if called from
>     a procedural context. Tidy will now cause E_ERRORs if called from
>     procedural form.

Extensions should NEVER throw E_ERRORs unless without aborting the
script the server would die.

Derick

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to