diff options
Diffstat (limited to 'src/nxt_php_sapi.c')
-rw-r--r-- | src/nxt_php_sapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index 473b5447..7f1b2591 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -327,6 +327,7 @@ nxt_php_read_request(nxt_task_t *task, nxt_app_rmsg_t *rmsg, } else { script_name.length = 0; + script_name.start = NULL; } ctx->script.length = nxt_php_root.length + h->path.length + |