From adf22b6a0d3481f7fc4d38ade08a2a0dd4ea6f19 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 21 Nov 2018 18:22:19 +0300 Subject: PHP: fixed compatibility with ZTS. This closes #184 issue on GitHub. --- auto/modules/php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules/php') diff --git a/auto/modules/php b/auto/modules/php index 762c1621..5d54c119 100644 --- a/auto/modules/php +++ b/auto/modules/php @@ -111,7 +111,7 @@ if /bin/sh -c "${NXT_PHP_CONFIG} --version" >> $NXT_AUTOCONF_ERR 2>&1; then #include int main() { - php_request_startup(); + php_module_startup(NULL, NULL, 0); return 0; }" -- cgit