summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 2992afc038..e585ce585b 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -232,9 +232,6 @@ typedef struct _zend_utility_functions {
typedef struct _zend_utility_values {
- zend_bool short_tags;
- zend_bool asp_tags;
- zend_bool allow_call_time_pass_reference;
char *import_use_extension;
uint import_use_extension_length;
} zend_utility_values;