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 0e6d7d6 commit 260fb77Copy full SHA for 260fb77
Zend/zend_extensions.h
@@ -27,7 +27,7 @@
27
/* The first number is the engine version and the rest is the date.
28
* This way engine 2 API no. is always greater than engine 1 API no..
29
*/
30
-#define ZEND_EXTENSION_API_NO 220040718
+#define ZEND_EXTENSION_API_NO 220041031
31
32
typedef struct _zend_extension_version_info {
33
int zend_extension_api_no;
Zend/zend_modules.h
@@ -40,7 +40,7 @@ extern struct _zend_arg_info third_arg_force_ref[4];
40
extern struct _zend_arg_info fourth_arg_force_ref[5];
41
extern struct _zend_arg_info all_args_by_ref[1];
42
43
-#define ZEND_MODULE_API_NO 20040718
+#define ZEND_MODULE_API_NO 20041031
44
#ifdef ZTS
45
#define USING_ZTS 1
46
#else
0 commit comments