Re: [PHP-DEV] Long-Term Planning for PHP 9.0 Error Promotion

2022-01-27 Thread Mark Randall
On 27/01/2022 22:09, Larry Garfield wrote: I am not sure what additional value is gained by making the scream even louder. For us to make something an exception at engine level, is to stop execution on the grounds that the engine no longer considers it safe to continue. That might be becau

Re: [PHP-DEV] Long-Term Planning for PHP 9.0 Error Promotion

2022-01-27 Thread Larry Garfield
On Thu, Jan 27, 2022, at 2:24 AM, Christian Schneider wrote: > Am 27.01.2022 um 05:17 schrieb Mark Randall : >> It is my firm believe that a language such as PHP should not be dependent on >> static analysers to protect users against engine-level problems that may >> occur during runtime. > > My

Re: [PHP-DEV] Long-Term Planning for PHP 9.0 Error Promotion

2022-01-27 Thread Jakub Zelenka
Hey Marco, On Wed, Jan 26, 2022 at 1:20 PM Marco Pivetta wrote: > Hey Jakub, > > On Wed, Jan 26, 2022 at 1:58 PM Jakub Zelenka wrote: > >> > >> > PHP 9.0, likely a few years away at this point, is our next opportunity >> > to make significant breaking changes. >> > >> >> Maybe we should give us

Re: [PHP-DEV] Long-Term Planning for PHP 9.0 Error Promotion

2022-01-27 Thread Dik Takken
On 25-01-2022 00:47, Mark Randall wrote: Internals, PHP 9.0, likely a few years away at this point, is our next opportunity to make significant breaking changes. So I thought it would be appropriate to start a thread discussing what breaking changes we might want to include in it, specifical

Re: [PHP-DEV] Long-Term Planning for PHP 9.0 Error Promotion

2022-01-27 Thread Christian Schneider
Am 27.01.2022 um 05:17 schrieb Mark Randall : > It is my firm believe that a language such as PHP should not be dependent on > static analysers to protect users against engine-level problems that may > occur during runtime. My issue with this is that while it seems to work towards the goal of "f