summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_php_sapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_php_sapi.c')
-rw-r--r--src/nxt_php_sapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c
index 32a13a70..95cd500b 100644
--- a/src/nxt_php_sapi.c
+++ b/src/nxt_php_sapi.c
@@ -62,7 +62,7 @@ typedef struct {
nxt_str_t script_dirname;
nxt_unit_request_info_t *req;
- uint8_t chdir; /* 1 bit */
+ nxt_bool_t chdir;
} nxt_php_run_ctx_t;