Added the debug option to module compatibility vector.

This commit is contained in:
Igor Sysoev
2017-10-18 18:05:51 +03:00
parent 67c066b026
commit 3c6edead25
4 changed files with 13 additions and 4 deletions

View File

@@ -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,
};