diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-04-16 20:40:35 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-04-25 15:15:15 +0100 |
commit | 33c978cc24de3110b763354d97a907982f664b23 (patch) | |
tree | 78d7fb1f170e1284bf880b9aa728bb3bf97eb53e /src/nxt_conf.c | |
parent | 8f861cf4d15e8befca6edcee4b04b5304f082f05 (diff) | |
download | unit-33c978cc24de3110b763354d97a907982f664b23.tar.gz unit-33c978cc24de3110b763354d97a907982f664b23.tar.bz2 |
php: Constify some local static variables
A common pattern was to declare variables in functions like
static nxt_str_t ...
Not sure why static, as they were being treated more like string
literals, let's actually make them constants (qualifier wise).
Reviewed-by: Zhidao HONG <z.hong@f5.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_conf.c')
0 files changed, 0 insertions, 0 deletions