summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-03-03 16:56:05 +0100
committerNikita Popov <nikic@php.net>2016-03-03 17:02:51 +0100
commit1ce0187659176c8b765f55656881600bc2f30958 (patch)
treee7bdcf31c70cfca945fa0102725dbb2705fa8e56 /Zend/zend_modules.h
parentf57c0b324912ae3fce7940b836e35ca368cbd0ad (diff)
downloadphp-git-1ce0187659176c8b765f55656881600bc2f30958.tar.gz
Bump API numbers
Otherwise can't distinguish 7.0 and 7.1. Gotta add those #if's for the FCI change...
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 07e1937e03..b388b7cb1a 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -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