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

@@ -231,6 +231,10 @@ if [ $NXT_PYTHON_MODULE != NO ]; then
. auto/modules/python/make
fi
if [ $NXT_PHP_MODULE != NO ]; then
. auto/modules/php/make
fi
# Makefile.
# *.dSYM is MacOSX Clang debug information.