We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a867b9 commit 2317b81Copy full SHA for 2317b81
Zend/zend_extensions.h
@@ -48,7 +48,7 @@ You can use the following macro to check the extension API version for compatibi
48
49
typedef struct _zend_extension_version_info {
50
int zend_extension_api_no;
51
- char *build_id;
+ const char *build_id;
52
} zend_extension_version_info;
53
54
#define ZEND_EXTENSION_BUILD_ID "API" ZEND_TOSTR(ZEND_EXTENSION_API_NO) ZEND_BUILD_TS ZEND_BUILD_DEBUG ZEND_BUILD_SYSTEM ZEND_BUILD_EXTRA
0 commit comments