File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ You can use the following macro to check the extension API version for compatibi
46
46
47
47
/* The first number is the engine version and the rest is the date (YYYYMMDD).
48
48
* This way engine 2/3 API no. is always greater than engine 1 API no.. */
49
- #define ZEND_EXTENSION_API_NO 320170718
49
+ #define ZEND_EXTENSION_API_NO 320180606
50
50
51
51
typedef struct _zend_extension_version_info {
52
52
int zend_extension_api_no ;
Original file line number Diff line number Diff line change 33
33
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
34
34
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module
35
35
36
- #define ZEND_MODULE_API_NO 20170718
36
+ #define ZEND_MODULE_API_NO 20180606
37
37
#ifdef ZTS
38
38
#define USING_ZTS 1
39
39
#else
Original file line number Diff line number Diff line change 26
26
#include <dmalloc.h>
27
27
#endif
28
28
29
- #define PHP_API_VERSION 20180123
29
+ #define PHP_API_VERSION 20180606
30
30
#define PHP_HAVE_STREAMS
31
31
#define YYDEBUG 0
32
32
#define PHP_DEFAULT_CHARSET "UTF-8"
You can’t perform that action at this time.
0 commit comments