summaryrefslogtreecommitdiff
path: root/dev-lang/php/files/php-8.2.15-gcc14-build-fix.patch
AgeCommit message (Collapse)Author
2024-02-18dev-lang/php: replace 8.2.15-r1 and 8.3.2-r1 with 8.2.16 and 8.3.3Michael Orlitzky
Closes: https://bugs.gentoo.org/923335 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2024-02-07dev-lang/php: Fix implicit declaration of function '__c11_atomic_load'Brahmajit Das
This is observed with GCC14 and upstream commit[0] fixing the bug is merged only in RC branches. [0]: https://github.com/php/php-src/commit/72526609413e8a8cd768ed4966c17b1a9db6c12c.patch Closes: https://bugs.gentoo.org/919003 Closes: https://github.com/gentoo/gentoo/pull/35210 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>