Skip to content

Commit 2eb21b0

Browse files
committed
Update API versions and numbers
1 parent 0b9702c commit 2eb21b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Zend/zend_extensions.h

+1-1
Original file line numberDiff line numberDiff 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 420220830
47+
#define ZEND_EXTENSION_API_NO 420230831
4848

4949
typedef struct _zend_extension_version_info {
5050
int zend_extension_api_no;

Zend/zend_modules.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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 20220830
34+
#define ZEND_MODULE_API_NO 20230831
3535
#ifdef ZTS
3636
#define USING_ZTS 1
3737
#else

main/php.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <dmalloc.h>
2323
#endif
2424

25-
#define PHP_API_VERSION 20220830
25+
#define PHP_API_VERSION 20230831
2626
#define PHP_HAVE_STREAMS
2727
#define YYDEBUG 0
2828
#define PHP_DEFAULT_CHARSET "UTF-8"

0 commit comments

Comments
 (0)