Re: [PHP-DEV] RFC: Error handling in HTTP input decoding

2006-06-22 Thread Andrei Zmievski
Thanks for the link! -Andrei On Jun 22, 2006, at 5:11 PM, Jared Williams wrote: https://bugzilla.mozilla.org/show_bug.cgi?id=18643 Maybe of interest, it's the kludge for determining form charsets, after the charset in the Content-Type header broke too much. -- PHP Internals - PHP Runti

RE: [PHP-DEV] RFC: Error handling in HTTP input decoding

2006-06-22 Thread Jared Williams
> -Original Message- > From: Andrei Zmievski [mailto:[EMAIL PROTECTED] > Sent: 22 June 2006 22:46 > To: PHP Internals > Cc: PHP I18N > Subject: [PHP-DEV] RFC: Error handling in HTTP input decoding > > I'd like to solicit opinions on how we should treat &g

[PHP-DEV] RFC: Error handling in HTTP input decoding

2006-06-22 Thread Andrei Zmievski
I'd like to solicit opinions on how we should treat conversion failures during HTTP input decoding. There are two issues at hand: fallback mechanism and application-driven decoding in case of failure. Let's look at the proposal for the latter one first. If the decoding of HTTP input fails (and