summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2020-08-04 09:58:33 +0200
committerGabriel Caruso <carusogabriel34@gmail.com>2020-08-04 18:07:16 +0200
commit1ab4d0e6b7abb67d5a01ce3327bf973772271fb2 (patch)
treec201a1bd21c8280cc9d1787379cc944c6dd1ef5d /Zend/zend_modules.h
parent300d108a0e00ec264e69566600856d47115a8823 (diff)
downloadphp-git-1ab4d0e6b7abb67d5a01ce3327bf973772271fb2.tar.gz
Update API version numbers
In preparation for PHP 8.0.
Diffstat (limited to 'Zend/zend_modules.h')
-rw-r--r--Zend/zend_modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index 047d9d77ce..c7e279a408 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -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