From 663074b6b1fa4534fbbb65462aeef40f2c983ad5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 23 Mar 2015 21:30:22 +0100 Subject: cleanup mod version macros and mod defs, round x --- ext/recode/php_recode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/recode/php_recode.h') diff --git a/ext/recode/php_recode.h b/ext/recode/php_recode.h index 69931b5718..83c021f701 100644 --- a/ext/recode/php_recode.h +++ b/ext/recode/php_recode.h @@ -26,6 +26,9 @@ extern zend_module_entry recode_module_entry; #define phpext_recode_ptr &recode_module_entry +#include "php_version.h" +#define PHP_RECODE_VERSION PHP_VERSION + PHP_MINIT_FUNCTION(recode); PHP_MSHUTDOWN_FUNCTION(recode); PHP_MINFO_FUNCTION(recode); -- cgit v1.2.1