1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Bump extension, module and PHP API numbers for 7.3

This commit is contained in:
Michael Moravec
2018-06-14 14:31:49 +02:00
parent 591f4f005d
commit a5748cab2e
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,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 320170718
#define ZEND_EXTENSION_API_NO 320180606
typedef struct _zend_extension_version_info {
int zend_extension_api_no;

View File

@@ -33,7 +33,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 20170718
#define ZEND_MODULE_API_NO 20180606
#ifdef ZTS
#define USING_ZTS 1
#else

View File

@@ -26,7 +26,7 @@
#include <dmalloc.h>
#endif
#define PHP_API_VERSION 20180123
#define PHP_API_VERSION 20180606
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"