PHP app request processing.

This commit is contained in:
Max Romanov
2017-06-23 19:20:08 +03:00
parent fa6582d9ad
commit 5a43bd0bfd
6 changed files with 510 additions and 286 deletions

View File

@@ -11,6 +11,10 @@ if [ $NXT_PYTHON_MODULE != NO ]; then
. auto/modules/python/conf
fi
if [ $NXT_PHP_MODULE != NO ]; then
. auto/modules/php/conf
fi
NXT_MODULES_SRC=$NXT_BUILD_DIR/nxt_modules.c