diff options
Diffstat (limited to 'ext/xmlrpc/php_xmlrpc.h')
-rw-r--r-- | ext/xmlrpc/php_xmlrpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xmlrpc/php_xmlrpc.h b/ext/xmlrpc/php_xmlrpc.h index e153cc57d7..2adfb71346 100644 --- a/ext/xmlrpc/php_xmlrpc.h +++ b/ext/xmlrpc/php_xmlrpc.h @@ -61,6 +61,9 @@ extern zend_module_entry xmlrpc_module_entry; #define phpext_xmlrpc_ptr &xmlrpc_module_entry +#include "php_version.h" +#define PHP_XMLRPC_VERSION PHP_VERSION + PHP_MINIT_FUNCTION(xmlrpc); PHP_MINFO_FUNCTION(xmlrpc); |