1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/ext/opcache
Niels Dossche 8aec95e23f Fix build on Clang 18 (#14136)
Clang 18 only allows counted_by to work on real flexible array members,
not ones with a zero size. Otherwise you get errors like:
```
ext/opcache/jit/zend_jit_ir.c:149:12: error: 'counted_by' only applies to C99 flexible array members
```
2024-05-04 19:17:42 +02:00
..
2024-05-04 19:17:42 +02:00
2024-04-18 08:19:44 +02:00
2024-03-18 17:22:48 +01:00
2023-01-16 12:25:59 +01:00
2024-03-26 21:29:29 +01:00
2023-01-12 15:14:05 +00:00