summaryrefslogtreecommitdiff
path: root/ext/wddx/wddx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/wddx.c')
-rw-r--r--ext/wddx/wddx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c
index 6dce13346e..88cbceb95a 100644
--- a/ext/wddx/wddx.c
+++ b/ext/wddx/wddx.c
@@ -132,7 +132,7 @@ ZEND_END_ARG_INFO()
/* {{{ wddx_functions[]
*/
-const zend_function_entry wddx_functions[] = {
+static const zend_function_entry wddx_functions[] = {
PHP_FE(wddx_serialize_value, arginfo_wddx_serialize_value)
PHP_FE(wddx_serialize_vars, arginfo_wddx_serialize_vars)
PHP_FE(wddx_packet_start, arginfo_wddx_serialize_start)