We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bf7d7 commit 5475bcaCopy full SHA for 5475bca
cmake/ext/opcache/CMakeLists.txt
@@ -82,6 +82,7 @@ target_sources(
82
$<$<NOT:$<PLATFORM_ID:Windows>>:shared_alloc_posix.c>
83
$<$<NOT:$<PLATFORM_ID:Windows>>:shared_alloc_shm.c>
84
$<$<PLATFORM_ID:Windows>:shared_alloc_win32.c>
85
+ zend_accelerator_api.c
86
zend_accelerator_blacklist.c
87
zend_accelerator_debug.c
88
zend_accelerator_hash.c
@@ -92,6 +93,10 @@ target_sources(
92
93
zend_persist.c
94
zend_shared_alloc.c
95
ZendAccelerator.c
96
+ PUBLIC
97
+ FILE_SET HEADERS
98
+ FILES
99
+ zend_accelerator_api.h
100
)
101
102
add_dependencies(php_ext_opcache php_ext_date php_ext_pcre)
0 commit comments