Skip to content

Commit a2d5c20

Browse files
committed
Fix ZTS RELEASE for soap extension (encoding)
1 parent 72f3ac9 commit a2d5c20

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
@@ -2837,7 +2837,7 @@ static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, char *forma
28372837
int max_reallocs = 5;
28382838
size_t buf_len=64, real_len;
28392839
char *buf;
2840-
char tzbuf[8];
2840+
char tzbuf[21];
28412841

28422842
xmlNodePtr xmlParam;
28432843

0 commit comments

Comments
 (0)