On 14.10.2024 at 13:29, Gina P. Banyard wrote: > The thing is, I don't even know what: > >> Source compatibility should be kept if possible, while breakages are allowed > > means here.
That refers to external extensions and SAPIs, etc. Binary compatibility as not possible (due to API number bump), but source code compatibility *should* be kept for minor PHP versions. Christoph