summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-12 21:15:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-12 21:15:35 +0000
commite842ef9f4b784b11a87a4f006db6e5b28552b1b5 (patch)
tree631add01c9d8f843a5cc3a78d497e1eea8783af5 /Zend/zend_execute_API.c
parent06455b10bfabaea15e2a560688674fbc8569ff57 (diff)
downloadphp-git-e842ef9f4b784b11a87a4f006db6e5b28552b1b5.tar.gz
MFZE1 (floats & locale issue)
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index e3903e291b..e451aa54d5 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -180,6 +180,8 @@ void init_executor(TSRMLS_D)
EG(current_execute_data) = NULL;
EG(This) = NULL;
+
+ EG(float_separator)[0] = '.';
}