summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-04-22 21:46:13 +0300
committerDmitry Stogov <dmitry@zend.com>2015-04-22 21:46:13 +0300
commit15a5f61cf4ac1961c20b61ba58e19c64a653064c (patch)
treecb4159c8130e12c3e9d4ef736ca49ad3464c215f /ext/soap/soap.c
parentaf33279a6cf1e251a8454d567726df4bbe6be1e4 (diff)
downloadphp-git-15a5f61cf4ac1961c20b61ba58e19c64a653064c.tar.gz
Use fast method to check if first arguments should be passed by reference (not tested onbig endian).
Diffstat (limited to 'ext/soap/soap.c')
-rw-r--r--ext/soap/soap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index 883e0ac541..120274b272 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -668,6 +668,7 @@ PHP_MINIT_FUNCTION(soap)
fe.prototype = NULL;
fe.num_args = 2;
fe.arg_info = NULL;
+ zend_set_function_arg_flags((zend_function*)&fe);
INIT_OVERLOADED_CLASS_ENTRY(ce, PHP_SOAP_CLIENT_CLASSNAME, soap_client_functions,
(zend_function *)&fe, NULL, NULL);