@@ -13,18 +13,18 @@ CMake target properties for the PHP::Zend target:
1313* VERSION
1414 Zend Engine version as defined in the Zend/zend.h file.
1515
16- * ZEND_EXTENSION_API_NO
16+ * PHP_ZEND_EXTENSION_API_NO
1717 Custom target property with internal API version number for PHP extensions
1818 (dynamically loaded with the 'extension' INI directive). This is the
19- ZEND_MODULE_API_NO number from the Zend/zend_modules .h and ensures that built
20- extension is compatible with particular PHP build.
19+ ZEND_EXTENSION_API_NO number from the Zend/zend_extensions .h and ensures that
20+ built extension is compatible with particular PHP build.
2121
22- * ZEND_MODULE_API_NO
22+ * PHP_ZEND_MODULE_API_NO
2323 Custom target property with internal API version number for Zend extensions in
2424 PHP (dynamically loaded with the 'zend_extension' INI directive), such as
25- opcache, debuggers, profilers, etc. This is the ZEND_EXTENSION_API_NO number
26- from the Zend/zend_extensions .h and ensures that built extension is compatible
27- with particular PHP build.
25+ opcache, debuggers, profilers, etc. This is the ZEND_MODULE_API_NO number from
26+ the Zend/zend_modules .h and ensures that built extension is compatible with
27+ particular PHP build.
2828#]=============================================================================]
2929
3030message (STATUS "" )
@@ -350,8 +350,8 @@ set_target_properties(
350350 php_zend
351351 PROPERTIES
352352 VERSION ${PHP_ZEND_VERSION}
353- ZEND_EXTENSION_API_NO ${PHP_ZEND_VERSION_EXTENSION_API_NO}
354- ZEND_MODULE_API_NO ${PHP_ZEND_VERSION_MODULE_API_NO}
353+ PHP_ZEND_EXTENSION_API_NO ${PHP_ZEND_VERSION_EXTENSION_API_NO}
354+ PHP_ZEND_MODULE_API_NO ${PHP_ZEND_VERSION_MODULE_API_NO}
355355)
356356
357357################################################################################
0 commit comments