File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2862,4 +2862,6 @@ AC_DEFUN([PHP_SET_LIBS_PRIVATE],
2862
2862
AS_VAR_SET_IF ( [ ZEND_EXTRA_LIBS] ,
2863
2863
[ AS_VAR_APPEND ( [ PHP_LIBS_PRIVATE] , [ " $ZEND_EXTRA_LIBS"] ) ] )
2864
2864
AC_SUBST ( [ PHP_LIBS_PRIVATE] )
2865
+ AC_SUBST ( [ ZEND_DEBUG] )
2866
+ AC_SUBST ( [ ZEND_ZTS] )
2865
2867
] )
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ php_vernum=@PHP_VERSION_ID@
21
21
php_inidir=@PHP_CONFIG_FILE_SCAN_DIR@
22
22
# The path in which to look for php.ini.
23
23
php_inipath=@PHP_CONFIG_FILE_PATH@
24
+ # Whether PHP is built in debug mode (yes) or not (no).
25
+ php_debug=@ZEND_DEBUG@
26
+ # Whether PHP is built with thread safety (yes) or not (no).
27
+ php_zts=@ZEND_ZTS@
24
28
25
29
Name: PHP Embed SAPI
26
30
Description: A lightweight SAPI to embed PHP into application using C bindings
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ php_vernum=@PHP_VERSION_ID@
21
21
php_inidir=@PHP_CONFIG_FILE_SCAN_DIR@
22
22
# The path in which to look for php.ini.
23
23
php_inipath=@PHP_CONFIG_FILE_PATH@
24
+ # Whether PHP is built in debug mode (yes) or not (no).
25
+ php_debug=@ZEND_DEBUG@
26
+ # Whether PHP is built with thread safety (yes) or not (no).
27
+ php_zts=@ZEND_ZTS@
24
28
25
29
Name: PHP
26
30
Description: Build extension for a PHP general-purpose scripting language
You can’t perform that action at this time.
0 commit comments