Skip to content

Commit 3c2e1b6

Browse files
committed
Bump API numbers
These are of course not the final API numbers, but let's make sure they differ from the 7.4 branch for now.
1 parent e916a23 commit 3c2e1b6

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 320180731
47+
#define ZEND_EXTENSION_API_NO 420190128
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 20180731
34+
#define ZEND_MODULE_API_NO 20190128
3535
#ifdef ZTS
3636
#define USING_ZTS 1
3737
#else

main/php.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <dmalloc.h>
2525
#endif
2626

27-
#define PHP_API_VERSION 20180731
27+
#define PHP_API_VERSION 20190128
2828
#define PHP_HAVE_STREAMS
2929
#define YYDEBUG 0
3030
#define PHP_DEFAULT_CHARSET "UTF-8"

0 commit comments

Comments
 (0)