From 3c6edead2562450861cc938268f4a848b7e4deab Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 18 Oct 2017 18:05:51 +0300 Subject: Added the debug option to module compatibility vector. --- src/nxt_php_sapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_php_sapi.c') diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index c60a8dab..86b869ed 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -168,7 +168,7 @@ nxt_php_str_trim_lead(nxt_str_t *str, u_char t) } static uint32_t compat[] = { - NXT_VERNUM, + NXT_VERNUM, NXT_DEBUG, }; -- cgit