Skip to content

Commit 130164b

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: ext/soap: backport phpGH-22586 fix.
2 parents 26fb2a8 + cf2f699 commit 130164b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ext/soap/soap.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,6 +2253,10 @@ static bool do_request(zval *this_ptr, xmlDoc *request, const char *location, co
22532253
return false;
22542254
}
22552255

2256+
ZVAL_UNDEF(&params[0]);
2257+
ZVAL_UNDEF(&params[1]);
2258+
ZVAL_UNDEF(&params[2]);
2259+
22562260
zend_try {
22572261
ZVAL_STRINGL(&params[0], buf, buf_size);
22582262
ZVAL_STRING(&params[1], location);

0 commit comments

Comments
 (0)