summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-29 15:12:45 +0200
committerAnatol Belski <ab@php.net>2015-07-29 17:26:51 +0200
commitc17289e59c41368538f75b25d49b5604d968b616 (patch)
treed8153a952e5453636694898cd4e6ad0ea36017d2 /Zend/zend_strtod.c
parentdb70a337ff79be773b82e00a7483f69727af25aa (diff)
downloadphp-git-c17289e59c41368538f75b25d49b5604d968b616.tar.gz
fix thread safety
Diffstat (limited to 'Zend/zend_strtod.c')
-rw-r--r--Zend/zend_strtod.c2
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 *