Skip to content

Commit a5748ca

Browse files
committed
Bump extension, module and PHP API numbers for 7.3
1 parent 591f4f0 commit a5748ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Zend/zend_extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can use the following macro to check the extension API version for compatibi
4646

4747
/* The first number is the engine version and the rest is the date (YYYYMMDD).
4848
* 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
5050

5151
typedef struct _zend_extension_version_info {
5252
int zend_extension_api_no;

Zend/zend_modules.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module
3434
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module
3535

36-
#define ZEND_MODULE_API_NO 20170718
36+
#define ZEND_MODULE_API_NO 20180606
3737
#ifdef ZTS
3838
#define USING_ZTS 1
3939
#else

main/php.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <dmalloc.h>
2727
#endif
2828

29-
#define PHP_API_VERSION 20180123
29+
#define PHP_API_VERSION 20180606
3030
#define PHP_HAVE_STREAMS
3131
#define YYDEBUG 0
3232
#define PHP_DEFAULT_CHARSET "UTF-8"

0 commit comments

Comments
 (0)