]> granicus.if.org Git - php/commitdiff
Bump API numbers
authorNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 15:56:05 +0000 (16:56 +0100)
committerNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 16:02:51 +0000 (17:02 +0100)
Otherwise can't distinguish 7.0 and 7.1. Gotta add those #if's for
the FCI change...

Zend/zend_extensions.h
Zend/zend_modules.h

index bca349ff49e24b467f0a437a1f746da702277663..a0e570a7ae61a7bb48efde238aee68992033daa3 100644 (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  320151012
+#define ZEND_EXTENSION_API_NO  320160303
 
 typedef struct _zend_extension_version_info {
        int zend_extension_api_no;
index 07e1937e03c925bc06c246736c98f23ef9d288c2..b388b7cb1a2cd90bf44fb7e8311e143e3776114b 100644 (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 20151012
+#define ZEND_MODULE_API_NO 20160303
 #ifdef ZTS
 #define USING_ZTS 1
 #else