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