Re: [PHP-DEV] [RFC][DISCUSSION] Error Exceptions mode

2020-05-24 Thread Rowan Tommins
On 24/05/2020 22:07, Katie Volz wrote: I hadn't thought putting the error types in the declare(). My only issue with that is how that would interact with the error_reporting setting - for example if I set my error_reporting to E_WARNING and error_exceptions to E_ALL I'm not sure whether a

Re: [PHP-DEV] [RFC][DISCUSSION] Error Exceptions mode

2020-05-24 Thread Katie Volz
On Fri, May 22, 2020 at 12:56 PM Rowan Tommins wrote: > Personally, I'm not a fan of promoting messages to exceptions in this > way, because APIs designed to throw exceptions generally look rather > different from ones designed to warn and continue, so blindly converting > seems like putting a

Re: [PHP-DEV] HTTP/1.1 by default in PHP 8.0

2020-05-24 Thread Rowan Tommins
On 23/05/2020 08:08, Davey Shafik wrote: This is ridiculously timely as I've been spending my evening working on HTTP/2 stuff in PHP. [...] I believe that HTTP/2 has the potential to dramatically change how we serve content on the web, and PHP should jump on the bandwagon. Hi Davey, I'm