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/xml/php_xml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/xml/php_xml.h') diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index 44815d979c..c8eb3cf6d1 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -26,6 +26,10 @@ #ifdef HAVE_XML extern zend_module_entry xml_module_entry; #define xml_module_ptr &xml_module_entry + +#include "php_version.h" +#define PHP_XML_VERSION PHP_VERSION + #else #define xml_module_ptr NULL #endif -- cgit v1.2.1