diff options
Diffstat (limited to 'Zend/zend_strtod.c')
-rw-r--r-- | Zend/zend_strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 4fa9ee311d..0bdb8c08b5 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -3601,7 +3601,7 @@ zend_strtod } #ifndef MULTIPLE_THREADS - static char *dtoa_result; + ZEND_TLS char *dtoa_result; #endif static char * |