On Thu, 1 Aug 2024, Ilija Tovilo wrote: > Hence, it seems like it would be ok to bump our C compiler requirement > to C11. We'd like to make this change before beta 1 if there are no > objections.
How would you enforce that, through configure? FWIW, I have just tried compiling Xdebug with -std=c2x (C23) and that caused me one trivial required change: https://github.com/xdebug/xdebug/pull/969/files cheers, Derick