summaryrefslogtreecommitdiff
path: root/ext/wddx/php_wddx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/php_wddx.h')
-rw-r--r--ext/wddx/php_wddx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h
index c9a7598f83..480f4c0488 100644
--- a/ext/wddx/php_wddx.h
+++ b/ext/wddx/php_wddx.h
@@ -26,6 +26,9 @@
extern zend_module_entry wddx_module_entry;
#define wddx_module_ptr &wddx_module_entry
+#include "php_version.h"
+#define PHP_WDDX_VERSION PHP_VERSION
+
PHP_FUNCTION(wddx_serialize_value);
PHP_FUNCTION(wddx_serialize_vars);
PHP_FUNCTION(wddx_packet_start);