1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
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-03-13 23:32:35 +01:00
2024-03-13 09:30:33 +01:00
2024-05-04 19:17:42 +02:00
2024-04-11 15:58:25 +02:00
2024-03-18 11:59:34 +01:00
2024-04-27 23:45:55 +02:00
2024-04-12 11:04:41 +01:00
2024-04-21 16:07:40 +02:00
2024-05-04 19:17:42 +02:00
2024-04-10 10:02:24 +09:00
2024-03-15 20:33:59 +01:00
2024-04-08 19:31:20 +02:00
2024-04-16 14:20:23 +02:00
2024-04-20 17:12:20 +01:00
2024-05-01 20:43:53 +02:00