summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/soap.c')
-rw-r--r--ext/soap/soap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index 3c7650e195..2265575b58 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -703,7 +703,6 @@ PHP_MINIT_FUNCTION(soap)
fe.prototype = NULL;
fe.num_args = 2;
fe.arg_info = NULL;
- fe.pass_rest_by_reference = 0;
INIT_OVERLOADED_CLASS_ENTRY(ce, PHP_SOAP_CLIENT_CLASSNAME, soap_client_functions,
(zend_function *)&fe, NULL, NULL);