Skip to content

Commit 08d3964

Browse files
committed
[skip ci] Bump required C standard to C11
1 parent 756435a commit 08d3964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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.

0 commit comments

Comments
 (0)