From be36cf52c8b092ebb688784a1c10626cac2138d7 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Wed, 27 Dec 2017 14:02:11 +0300 Subject: Introducing application 'atexit' hook. Finalizing Python interpreter. This closes #65 issue on GitHub. --- src/nxt_php_sapi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_php_sapi.c') diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index 86b869ed..14427b03 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -179,6 +179,7 @@ NXT_EXPORT nxt_application_module_t nxt_app_module = { nxt_string(PHP_VERSION), nxt_php_init, nxt_php_run, + NULL, }; -- cgit