File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ add_feature_info(
505505
506506include (cmake/MaxExecutionTimers.cmake)
507507if (TARGET Zend::MaxExecutionTimers)
508- target_link_libraries (zend PRIVATE Zend::MaxExecutionTimers)
508+ target_link_libraries (zend PUBLIC Zend::MaxExecutionTimers)
509509endif ()
510510
511511################################################################################
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
3737 return ()
3838endif ()
3939
40- include (PHP/SearchLibraries)
4140include (FeatureSummary)
41+ include (PHP/SearchLibraries)
4242
4343set (
4444 ZEND_MAX_EXECUTION_TIMERS "auto"
@@ -102,8 +102,8 @@ if(libraryForTimerCreate)
102102 )
103103endif ()
104104
105- # The configuration header with ZEND_MAX_EXECUTION_TIMERS might not be included
106- # in some source files, therefore also compilation definitions are added.
105+ # zend_config.h (or its parent php_config.h) isn't included in some zend_*
106+ # files, therefore also compilation definition is added.
107107if (ZEND_MAX_EXECUTION_TIMERS)
108108 target_compile_definitions (
109109 Zend::MaxExecutionTimers
You can’t perform that action at this time.
0 commit comments