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 @@ -44,7 +44,7 @@ You can use the following macro to check the extension API version for compatibi
4444
4545/* The first number is the engine version and the rest is the date (YYYYMMDD).
4646 * This way engine 2/3 API no. is always greater than engine 1 API no.. */
47- #define ZEND_EXTENSION_API_NO 420230901
47+ #define ZEND_EXTENSION_API_NO 420240924
4848
4949typedef struct _zend_extension_version_info {
5050 int zend_extension_api_no ;
Original file line number Diff line number Diff line change 3131#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
3232#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module
3333
34- #define ZEND_MODULE_API_NO 20230901
34+ #define ZEND_MODULE_API_NO 20240924
3535#ifdef ZTS
3636#define USING_ZTS 1
3737#else
Original file line number Diff line number Diff line change 2222#include <dmalloc.h>
2323#endif
2424
25- #define PHP_API_VERSION 20230901
25+ #define PHP_API_VERSION 20240924
2626#define PHP_HAVE_STREAMS
2727#define YYDEBUG 0
2828#define PHP_DEFAULT_CHARSET "UTF-8"
You can’t perform that action at this time.
0 commit comments