diff options
Diffstat (limited to 'ext/xsl/php_xsl.h')
| -rw-r--r-- | ext/xsl/php_xsl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h index 38715eb8af..4250ae83d6 100644 --- a/ext/xsl/php_xsl.h +++ b/ext/xsl/php_xsl.h @@ -24,6 +24,9 @@ extern zend_module_entry xsl_module_entry; #define phpext_xsl_ptr &xsl_module_entry +#include "php_version.h" +#define PHP_XSL_VERSION PHP_VERSION + #ifdef ZTS #include "TSRM.h" #endif |
