Skip to content

Commit 631bab4

Browse files
committed
[skip ci] Bump required C standard to C11
Closes GH-16078
1 parent 756435a commit 631bab4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CODING_STANDARDS.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ rewritten to comply with these rules.
99

1010
1. Document your code in source files and the manual. (tm)
1111

12-
1. PHP is implemented in C99.
12+
1. PHP is implemented in C11.
1313
For instance, the optional fixed-width integers from
1414
stdint.h (int8_t, int16_t, int32_t, int64_t and their unsigned
1515
counterparts) are supposed to be available.
16-
However, some features (most notably variable-length arrays) which are not
17-
supported by all relevant compilers, must not be used.
1816

1917
1. Functions that are given pointers to resources should not free them.
2018

0 commit comments

Comments
 (0)