Date: 04/05/01
- Next message: jplock <email protected>: "[PHP-DEV] PHP 4.0 Bug #10196: pspell functions no longer work"
- Previous message: Dean Bennett: "Re: [PHP-DEV] PHP 4.0 Bug #10192: sybase_query with sybase_fetch_row displays real data type incorrectly"
- In reply to: sterling <email protected>: "[PHP-DEV] PHP 4.0 Bug #8895 Updated: xslt_process() documentation problem"
- Next in thread: Sterling Hughes: "Re: [PHP-DEV] PHP 4.0 Bug #8895 Updated: xslt_process() documentation problem"
- Reply: Sterling Hughes: "Re: [PHP-DEV] PHP 4.0 Bug #8895 Updated: xslt_process() documentation problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5 Apr 2001 17:05:34 -0700, sterling <email protected> <sterling <email protected>> wrote:
>ID: 8895
>Updated by: sterling
>Reported By: php-bugs <email protected>
>Old-Status: Open
>Status: Closed
>Bug Type: Sablotron XSL
>Assigned To: sterling
>Comments:
>
>The xslt_process() function *does* return false on failure.
> However, if the error is serious enough, the php script
>will exit out, as with any of the sablotron functions.
>Furthermore, it never sends a fatal error if the
>transformation fails, it sends an error of type E_ERROR for
>critical sablotron errors transformations and an error of
>type E_WARNING for warnings.
This sounds like a question of semantics - I consider anything which will cause
PHP to halt execution with the message "Fatal Error" as a fatal error, even if
the sablotron extension is doing a RETURN_FALSE internally. Since there's no
possible way for a PHP developer to trap such an error, it sounds like the
documentation should be updated to reflect the way xslt_process() actually
behaves.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: jplock <email protected>: "[PHP-DEV] PHP 4.0 Bug #10196: pspell functions no longer work"
- Previous message: Dean Bennett: "Re: [PHP-DEV] PHP 4.0 Bug #10192: sybase_query with sybase_fetch_row displays real data type incorrectly"
- In reply to: sterling <email protected>: "[PHP-DEV] PHP 4.0 Bug #8895 Updated: xslt_process() documentation problem"
- Next in thread: Sterling Hughes: "Re: [PHP-DEV] PHP 4.0 Bug #8895 Updated: xslt_process() documentation problem"
- Reply: Sterling Hughes: "Re: [PHP-DEV] PHP 4.0 Bug #8895 Updated: xslt_process() documentation problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

