]> granicus.if.org Git - php/commitdiff
Update API version numbers
authorGabriel Caruso <carusogabriel34@gmail.com>
Tue, 4 Aug 2020 07:58:33 +0000 (09:58 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 4 Aug 2020 20:25:28 +0000 (22:25 +0200)
In preparation for PHP 8.0.

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

index 87c7748c36012c9370c7554acf2f8030831caeee..59cd970b3a063f8dfcba168824c29ab56d7273eb 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  420190128
+#define ZEND_EXTENSION_API_NO  420200804
 
 typedef struct _zend_extension_version_info {
        int zend_extension_api_no;
index 047d9d77cee2974cbab903b7a4e40f3d52e1bf83..c7e279a40849d800fbabfa4d1088013db19790af 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 20190128
+#define ZEND_MODULE_API_NO 20200804
 #ifdef ZTS
 #define USING_ZTS 1
 #else
index 76ced5907ec0b6fc764dd1239a51bfdafcea5fe5..497b906fc64ba00ae6c74d3110596d0fa8fd8959 100644 (file)
@@ -22,7 +22,7 @@
 #include <dmalloc.h>
 #endif
 
-#define PHP_API_VERSION 20190128
+#define PHP_API_VERSION 20200804
 #define PHP_HAVE_STREAMS
 #define YYDEBUG 0
 #define PHP_DEFAULT_CHARSET "UTF-8"