Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-14 Thread Jorg Sowa
Thank you Jakub for tackling the problem of inconsistency between policy and practice. Taking my PR as case study, under this policy I am allowed to choose whatever approach I want? Either deprecation or validation error. https://github.com/php/php-src/pull/15647 > - Behavior changes in undefine

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-13 Thread Jakub Zelenka
Hi, On Tue, May 13, 2025 at 12:56 PM Tim Düsterhus wrote: > Hi > > Am 2025-05-13 12:13, schrieb Jakub Zelenka: > >> From my experience in maintaining an old PHP application and > >> upgrading > >> it to support the latest and greatest PHP every year, I think the > >> following points would be a

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-13 Thread Tim Düsterhus
Hi Am 2025-05-13 12:13, schrieb Jakub Zelenka: From my experience in maintaining an old PHP application and upgrading it to support the latest and greatest PHP every year, I think the following points would be a good starting point to discuss: - For backwards compatibility breaks introduced i

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-13 Thread Jakub Zelenka
Hi, On Sun, May 11, 2025 at 10:14 PM Tim Düsterhus wrote: > Hi > > I gave this some additional thoughts. > > Am 2025-05-09 13:36, schrieb Jakub Zelenka: > >> - A minor version MUST NOT break syntax compatibility (i.e. every PHP > >> program that compiles must continue to compile). > >> > > > > A

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-11 Thread Tim Düsterhus
Hi I gave this some additional thoughts. Am 2025-05-09 13:36, schrieb Jakub Zelenka: - A minor version MUST NOT break syntax compatibility (i.e. every PHP program that compiles must continue to compile). Added this one Thinking about this more, I am not sure if having this as a MUST rule

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-09 Thread Jakub Zelenka
Hi, On Fri, May 9, 2025 at 1:09 PM Tim Düsterhus wrote: > Hi > > Am 2025-05-09 12:47, schrieb Jakub Zelenka: > > I'd like to start discussion for some release process updates defined > > in > > the following RFC / linked PR: > > > > RFC: https://wiki.php.net/rfc/policy-release-process-update > >

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-09 Thread Tim Düsterhus
Hi Am 2025-05-09 12:47, schrieb Jakub Zelenka: I'd like to start discussion for some release process updates defined in the following RFC / linked PR: RFC: https://wiki.php.net/rfc/policy-release-process-update Policy PR: https://github.com/php/policies/pull/19 Thank you. The changes seem to

[PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-09 Thread Jakub Zelenka
Hello, I'd like to start discussion for some release process updates defined in the following RFC / linked PR: RFC: https://wiki.php.net/rfc/policy-release-process-update Policy PR: https://github.com/php/policies/pull/19 Regards Jakub