Skip to content

Commit a25e63f

Browse files
committed
fix build
1 parent 8e6faee commit a25e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/soap/php_encoding.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ static xmlNodePtr to_xml_string(encodeTypePtr type, zval *data, int style, xmlNo
878878
xmlBufferFree(in);
879879
}
880880

881-
if (!xmlCheckUTF8(str)) {
881+
if (!xmlCheckUTF8(BAD_CAST str)) {
882882
char *err = emalloc(new_len + 8);
883883
char c;
884884
int i;

0 commit comments

Comments
 (0)