summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rw-r--r--auto/modules/php2
1 files changed, 1 insertions, 1 deletions
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 <php_main.h>
int main() {
- php_request_startup();
+ php_module_startup(NULL, NULL, 0);
return 0;
}"