1 Star 3 Fork 0

rryqszq4/ngx_php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
ngx_addon_name=ngx_http_php_module
HTTP_MODULES="$HTTP_MODULES ngx_http_php_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_php_module.c \
$ngx_addon_dir/src/ngx_http_php_core.c \
$ngx_addon_dir/src/ngx_http_php_directive.c \
$ngx_addon_dir/src/ngx_http_php_handler.c \
$ngx_addon_dir/src/ngx_http_php_request.c \
$ngx_addon_dir/src/ngx_http_php_subrequest.c \
$ngx_addon_dir/src/ngx_http_php_upstream.c \
$ngx_addon_dir/src/ngx_http_php_socket_tcp.c \
$ngx_addon_dir/src/ngx_http_php_sleep.c \
$ngx_addon_dir/src/ngx_http_php_thread_handler.c \
$ngx_addon_dir/src/php/php_ngx.c \
$ngx_addon_dir/src/php/php_ngx_location.c \
$ngx_addon_dir/src/php/php_ngx_socket_tcp.c \
$ngx_addon_dir/src/php/php_ngx_log.c \
$ngx_addon_dir/src/php/php_ngx_time.c \
$ngx_addon_dir/src/php/php_ngx_core.c \
$ngx_addon_dir/src/ngx_php_thread.c \
$ngx_addon_dir/src/ngx_php_thread_pool.c \
$ngx_addon_dir/src/ngx_php_uthread.c \
"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/src/ngx_http_php_module.h \
$ngx_addon_dir/src/ngx_http_php_core.h \
$ngx_addon_dir/src/ngx_http_php_directive.h \
$ngx_addon_dir/src/ngx_http_php_handler.h \
$ngx_addon_dir/src/ngx_http_php_request.h \
$ngx_addon_dir/src/ngx_http_php_subrequest.h \
$ngx_addon_dir/src/ngx_http_php_upstream.h \
$ngx_addon_dir/src/ngx_http_php_socket_tcp.h \
$ngx_addon_dir/src/ngx_http_php_sleep.h \
$ngx_addon_dir/src/ngx_http_php_thread_handler.h \
$ngx_addon_dir/src/php/php_ngx.h \
$ngx_addon_dir/src/php/php_ngx_location.h \
$ngx_addon_dir/src/php/php_ngx_socket_tcp.h \
$ngx_addon_dir/src/php/php_ngx_log.h \
$ngx_addon_dir/src/php/php_ngx_time.h \
$ngx_addon_dir/src/php/php_ngx_core.h \
$ngx_addon_dir/src/ngx_php_thread.h \
$ngx_addon_dir/src/ngx_php_thread_pool.h \
$ngx_addon_dir/src/ngx_php_uthread.h \
"
CORE_INCS="$CORE_INCS $PHP_INC $PHP_INC/main $PHP_INC/TSRM $PHP_INC/Zend $PHP_INC/ext $PHP_INC/ext/date/lib $PHP_INC/sapi/embed "
CORE_LIBS="$CORE_LIBS `$PHP_BIN/php-config --ldflags` -L$PHP_LIB -lphp5 `$PHP_BIN/php-config --libs` "
#CORE_INCS="$CORE_INCS /usr/local/php5329/include/php /usr/local/php5329/include/php/main /usr/local/php5329/include/php/TSRM /usr/local/php5329/include/php/Zend /usr/local/php5329/include/php/ext /usr/local/php5329/include/php/ext/date/lib /usr/local/php5329/include/php/sapi/embed "
#CORE_LIBS="$CORE_LIBS `/usr/local/php5329/bin/php-config --ldflags` -L/usr/local/php5329/lib -lphp5 `/usr/local/php5329/bin/php-config --libs` "
have=NDK_SET_VAR . auto/have
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/rryqszq4/ngx_php.git
git@gitee.com:rryqszq4/ngx_php.git
rryqszq4
ngx_php
ngx_php
master

搜索帮助