]> granicus.if.org Git - php/commitdiff
Bump API numbers
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 28 Jan 2019 09:43:42 +0000 (10:43 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 28 Jan 2019 10:17:30 +0000 (11:17 +0100)
These are of course not the final API numbers, but let's make sure
they differ from the 7.4 branch for now.

Zend/zend_extensions.h
Zend/zend_modules.h
main/php.h

index cd4064994f05c034ae3d9980be3872ec6db76e76..cb5b76b3343b720851a2f77212a03edd302a2458 100644 (file)
@@ -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  320180731
+#define ZEND_EXTENSION_API_NO  420190128
 
 typedef struct _zend_extension_version_info {
        int zend_extension_api_no;
index f73c3058e0c45aedaad6b67e6b8d68b46050ab55..4a5e037dd25fa742aa443357a9950cf33c23ae37 100644 (file)
@@ -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 20180731
+#define ZEND_MODULE_API_NO 20190128
 #ifdef ZTS
 #define USING_ZTS 1
 #else
index 1c07d6eedcd46d432497d88c75c0be6c8ffdafaa..5a8b2b7ff9489c49449d48bb67ea213e604f6c81 100644 (file)
@@ -24,7 +24,7 @@
 #include <dmalloc.h>
 #endif
 
-#define PHP_API_VERSION 20180731
+#define PHP_API_VERSION 20190128
 #define PHP_HAVE_STREAMS
 #define YYDEBUG 0
 #define PHP_DEFAULT_CHARSET "UTF-8"