mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix merge mistake
This commit is contained in:
parent
ef4449a8e8
commit
b0285db4b7
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int dep
|
|||
if (Z_TYPE(val) != IS_STRING) {
|
||||
zval newvalue;
|
||||
ZVAL_DUP(&newvalue, &val);
|
||||
convert_to_string(newvalue);
|
||||
convert_to_string(&newvalue);
|
||||
xReturn = XMLRPC_CreateValueBase64(key, Z_STRVAL(newvalue), Z_STRLEN(newvalue));
|
||||
zval_dtor(&newvalue);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue