| 
1 | 1 | #[=============================================================================[  | 
2 | 2 | Zend Engine.  | 
3 | 3 | 
  | 
4 |  | -## Targets  | 
 | 4 | +Targets:  | 
5 | 5 | 
  | 
6 |  | -* OBJECT library `zend` (ALIAS `Zend::Zend`) holds all Zend Engine objects  | 
7 |  | -  and compile properties.  | 
 | 6 | +* OBJECT library 'zend' (ALIAS Zend::Zend) holds all Zend Engine objects and  | 
 | 7 | +  compile properties.  | 
8 | 8 | 
  | 
9 |  | -## Target properties  | 
 | 9 | +Target properties:  | 
10 | 10 | 
  | 
11 |  | -CMake target properties for the `Zend::Zend` target:  | 
 | 11 | +CMake target properties for the Zend::Zend target:  | 
12 | 12 | 
  | 
13 |  | -* `VERSION`  | 
14 |  | -
  | 
15 |  | -  Zend Engine version as defined in the `Zend/zend.h` file.  | 
16 |  | -
  | 
17 |  | -* `ZEND_EXTENSION_API_NO`  | 
 | 13 | +* VERSION  | 
 | 14 | +  Zend Engine version as defined in the Zend/zend.h file.  | 
18 | 15 | 
  | 
 | 16 | +* ZEND_EXTENSION_API_NO  | 
19 | 17 |   Custom target property with internal API version number for PHP extensions  | 
20 |  | -  (dynamically loaded with the `extension` INI directive). This is the  | 
21 |  | -  `ZEND_MODULE_API_NO` number from the `Zend/zend_modules.h` and ensures that  | 
22 |  | -  built extension is compatible with particular PHP build.  | 
23 |  | -
  | 
24 |  | -* `ZEND_MODULE_API_NO`  | 
 | 18 | +  (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.  | 
25 | 21 | 
  | 
 | 22 | +* ZEND_MODULE_API_NO  | 
26 | 23 |   Custom target property with internal API version number for Zend extensions in  | 
27 |  | -  PHP (dynamically loaded with the `zend_extension` INI directive), such as  | 
28 |  | -  opcache, debuggers, profilers, etc. This is the `ZEND_EXTENSION_API_NO` number  | 
29 |  | -  from the `Zend/zend_extensions.h` and ensures that built extension is  | 
30 |  | -  compatible with particular PHP build.  | 
 | 24 | +  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.  | 
31 | 28 | #]=============================================================================]  | 
32 | 29 | 
 
  | 
33 | 30 | message(STATUS "")  | 
 | 
0 commit comments