Skip to content

Commit

Permalink
Merge branch 'PHP-7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Nov 30, 2015
2 parents 4dc7354 + 5df6f9f commit c78a782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/soap/soap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2941,6 +2941,7 @@ PHP_METHOD(SoapClient, __call)
real_args = safe_emalloc(sizeof(zval), arg_count, 0);
ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args), param) {
/*zval_add_ref(param);*/
ZVAL_DEREF(param);
ZVAL_COPY_VALUE(&real_args[i], param);
i++;
} ZEND_HASH_FOREACH_END();
Expand Down

0 comments on commit c78a782

Please sign in to comment.