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 @@ -2544,4 +2544,6 @@ AC_DEFUN([PHP_SET_LIBS_PRIVATE],
2544
2544
AS_VAR_SET_IF ( [ ZEND_EXTRA_LIBS] ,
2545
2545
[ AS_VAR_APPEND ( [ PHP_LIBS_PRIVATE] , [ " $ZEND_EXTRA_LIBS"] ) ] )
2546
2546
AC_SUBST ( [ PHP_LIBS_PRIVATE] )
2547
+ AC_SUBST ( [ ZEND_DEBUG] )
2548
+ AC_SUBST ( [ ZEND_ZTS] )
2547
2549
] )
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