mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: NEWS Fix GH-13215 GCC 14 build
This commit is contained in:
commit
17d79e1ea6
@ -23,7 +23,7 @@
|
||||
((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || (__GNUC__ > (x)))
|
||||
|
||||
/* Builtins are used to avoid library linkage */
|
||||
#if __has_feature(c_atomic)
|
||||
#if __has_feature(c_atomic) && defined(__clang__)
|
||||
#define HAVE_C11_ATOMICS 1
|
||||
#elif ZEND_GCC_PREREQ(4, 7)
|
||||
#define HAVE_GNUC_ATOMICS 1
|
||||
|
Loading…
Reference in New Issue
Block a user