diff options
| author | Zeev Suraski <zeev@php.net> | 2000-06-06 19:13:54 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-06-06 19:13:54 +0000 |
| commit | 98bf43f22903c3deb6e06942f93adff7c7af640e (patch) | |
| tree | 67c7daa03aa71b057306c45e61d22ed5b6a7157f /Zend/zend.h | |
| parent | 8e58cc501f78688669acbca358dba942e9e6ef4a (diff) | |
| download | php-git-98bf43f22903c3deb6e06942f93adff7c7af640e.tar.gz | |
Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per-directory
basis as well
Diffstat (limited to 'Zend/zend.h')
| -rw-r--r-- | Zend/zend.h | 3 |
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; |
