mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
update API/ABI versions
This commit is contained in:
parent
4745177686
commit
7225a11e59
@ -44,7 +44,7 @@ You can use the following macro to check the extension API version for compatibi
|
||||
|
||||
/* The first number is the engine version and the rest is the date (YYYYMMDD).
|
||||
* This way engine 2/3 API no. is always greater than engine 1 API no.. */
|
||||
#define ZEND_EXTENSION_API_NO 420230901
|
||||
#define ZEND_EXTENSION_API_NO 420240924
|
||||
|
||||
typedef struct _zend_extension_version_info {
|
||||
int zend_extension_api_no;
|
||||
|
@ -31,7 +31,7 @@
|
||||
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
|
||||
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module
|
||||
|
||||
#define ZEND_MODULE_API_NO 20230901
|
||||
#define ZEND_MODULE_API_NO 20240924
|
||||
#ifdef ZTS
|
||||
#define USING_ZTS 1
|
||||
#else
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <dmalloc.h>
|
||||
#endif
|
||||
|
||||
#define PHP_API_VERSION 20230901
|
||||
#define PHP_API_VERSION 20240924
|
||||
#define PHP_HAVE_STREAMS
|
||||
#define YYDEBUG 0
|
||||
#define PHP_DEFAULT_CHARSET "UTF-8"
|
||||
|
Loading…
Reference in New Issue
Block a user