]> granicus.if.org Git - php/commitdiff
Prepare for PHP 8.0 RC1
authorGabriel Caruso <carusogabriel34@gmail.com>
Tue, 29 Sep 2020 22:19:10 +0000 (00:19 +0200)
committerGabriel Caruso <carusogabriel34@gmail.com>
Tue, 29 Sep 2020 22:19:10 +0000 (00:19 +0200)
Zend/zend_extensions.h
Zend/zend_modules.h
main/php.h

index 708a1fe02a465eeefa230b96f5007af50b2299b4..9f96d3b0fadba8fdbf84f240ca83e48b743bbd1c 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  420200804
+#define ZEND_EXTENSION_API_NO  420200930
 
 typedef struct _zend_extension_version_info {
        int zend_extension_api_no;
index ccd77f9eb68feca785c3786afb0c584c747c01cb..30d70bbf53247ceeb35d81f207c2594391f59a9d 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 20200804
+#define ZEND_MODULE_API_NO 20200930
 #ifdef ZTS
 #define USING_ZTS 1
 #else
index 497b906fc64ba00ae6c74d3110596d0fa8fd8959..a747a99499ab4b9b155a11bcf14ac21adcd36f2e 100644 (file)
@@ -22,7 +22,7 @@
 #include <dmalloc.h>
 #endif
 
-#define PHP_API_VERSION 20200804
+#define PHP_API_VERSION 20200930
 #define PHP_HAVE_STREAMS
 #define YYDEBUG 0
 #define PHP_DEFAULT_CHARSET "UTF-8"