We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dbf35 commit 9e39a63Copy full SHA for 9e39a63
Zend/zend_extensions.h
@@ -28,7 +28,7 @@
28
/* The first number is the engine version and the rest is the date.
29
* This way engine 2/3 API no. is always greater than engine 1 API no..
30
*/
31
-#define ZEND_EXTENSION_API_NO 220121128
+#define ZEND_EXTENSION_API_NO 220121204
32
33
typedef struct _zend_extension_version_info {
34
int zend_extension_api_no;
Zend/zend_modules.h
@@ -33,7 +33,7 @@
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
35
36
-#define ZEND_MODULE_API_NO 20121128
+#define ZEND_MODULE_API_NO 20121204
37
#ifdef ZTS
38
#define USING_ZTS 1
39
#else
0 commit comments