Skip to content

Commit c17289e

Browse files
committed
fix thread safety
1 parent db70a33 commit c17289e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_strtod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@ zend_strtod
36013601
}
36023602

36033603
#ifndef MULTIPLE_THREADS
3604-
static char *dtoa_result;
3604+
ZEND_TLS char *dtoa_result;
36053605
#endif
36063606

36073607
static char *

0 commit comments

Comments
 (0)