summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_saproxy.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2017-12-14 14:21:22 +0300
committerDmitry Stogov <dmitry@zend.com>2017-12-14 14:21:22 +0300
commit1db8402208055ac4fc00ef16dc1a7c2ec097849c (patch)
tree75c6765815ebfe54ba59bb5c2f323dce4650b7ba /ext/com_dotnet/com_saproxy.c
parent175e461369efefc087f23fcba789c1c6cb1ee46a (diff)
downloadphp-git-1db8402208055ac4fc00ef16dc1a7c2ec097849c.tar.gz
Move zend_object_iterator_funcs structures into read-only data segment
Diffstat (limited to 'ext/com_dotnet/com_saproxy.c')
-rw-r--r--ext/com_dotnet/com_saproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c
index c9c20de645..8b4ecc37bb 100644
--- a/ext/com_dotnet/com_saproxy.c
+++ b/ext/com_dotnet/com_saproxy.c
@@ -525,7 +525,7 @@ static int saproxy_iter_move_forwards(zend_object_iterator *iter)
return SUCCESS;
}
-static zend_object_iterator_funcs saproxy_iter_funcs = {
+static const zend_object_iterator_funcs saproxy_iter_funcs = {
saproxy_iter_dtor,
saproxy_iter_valid,
saproxy_iter_get_data,