Deleted
Added
php (743:e0f0cd7d244a) | php (857:3fd76e4ce70a) |
---|---|
1 2# Copyright (C) Max Romanov 3# Copyright (C) Igor Sysoev 4# Copyright (C) NGINX, Inc. 5 6 7shift 8 --- 97 unchanged lines hidden (view full) --- 106 nxt_feature_run=no 107 nxt_feature_incs="${NXT_PHP_INCLUDE}" 108 nxt_feature_libs="${NXT_PHP_LIB} ${NXT_PHP_LDFLAGS}" 109 nxt_feature_test=" 110 #include <php.h> 111 #include <php_main.h> 112 113 int main() { | 1 2# Copyright (C) Max Romanov 3# Copyright (C) Igor Sysoev 4# Copyright (C) NGINX, Inc. 5 6 7shift 8 --- 97 unchanged lines hidden (view full) --- 106 nxt_feature_run=no 107 nxt_feature_incs="${NXT_PHP_INCLUDE}" 108 nxt_feature_libs="${NXT_PHP_LIB} ${NXT_PHP_LDFLAGS}" 109 nxt_feature_test=" 110 #include <php.h> 111 #include <php_main.h> 112 113 int main() { |
114 php_request_startup(); | 114 php_module_startup(NULL, NULL, 0); |
115 return 0; 116 }" 117 118 . auto/feature 119 120 if [ $nxt_found = no ]; then 121 $echo 122 $echo $0: error: no PHP embed SAPI found. --- 102 unchanged lines hidden --- | 115 return 0; 116 }" 117 118 . auto/feature 119 120 if [ $nxt_found = no ]; then 121 $echo 122 $echo $0: error: no PHP embed SAPI found. --- 102 unchanged lines hidden --- |