mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
fix thread safety
This commit is contained in:
parent
db70a337ff
commit
c17289e59c
@ -3601,7 +3601,7 @@ zend_strtod
|
||||
}
|
||||
|
||||
#ifndef MULTIPLE_THREADS
|
||||
static char *dtoa_result;
|
||||
ZEND_TLS char *dtoa_result;
|
||||
#endif
|
||||
|
||||
static char *
|
||||
|
Loading…
Reference in New Issue
Block a user