summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
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_globals.h
parent06455b10bfabaea15e2a560688674fbc8569ff57 (diff)
downloadphp-git-e842ef9f4b784b11a87a4f006db6e5b28552b1b5.tar.gz
MFZE1 (floats & locale issue)
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 12311fdb97..2be5df282a 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -209,6 +209,9 @@ struct _zend_executor_globals {
struct _zend_execute_data *current_execute_data;
+ /* locale stuff */
+ char float_separator[1];
+
void *reserved[ZEND_MAX_RESERVED_RESOURCES];
};