1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  soap: Fix const-generic compile warning
This commit is contained in:
ndossche
2026-03-10 20:52:00 +01:00

View File

@@ -2524,8 +2524,7 @@ static zval *to_zval_array(zval *ret, encodeTypePtr type, xmlNodePtr data)
if (data &&
(attr = get_soap_enc_attribute(data->properties,"arrayType")) &&
attr->children && attr->children->content) {
const char *type;
char *end, *ns;
char *type, *end, *ns;
xmlNsPtr nsptr;
parse_namespace(attr->children->content, &type, &ns);