Skip to content

Commit

Permalink
[skip ci] Bump required C standard to C11
Browse files Browse the repository at this point in the history
Closes GH-16078
  • Loading branch information
iluuu1994 committed Sep 27, 2024
1 parent 756435a commit 631bab4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CODING_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ rewritten to comply with these rules.

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

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

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

Expand Down

0 comments on commit 631bab4

Please sign in to comment.