summaryrefslogtreecommitdiff
path: root/mod_php3.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-10 11:22:18 +0000
committerZeev Suraski <zeev@php.net>1999-04-10 11:22:18 +0000
commit7685b44c4bc72e3074b8fa1a13ab88f54ce79623 (patch)
tree9dd40dc2a68e49591637641cd7bc8c86cba24b0d /mod_php3.h
parent7656c77c389f17d6cdce0ca54a9a1a066564e43a (diff)
downloadphp-git-7685b44c4bc72e3074b8fa1a13ab88f54ce79623.tar.gz
Move asp_tags and short_open_tag to the new php_ini mechanism
Diffstat (limited to 'mod_php3.h')
-rw-r--r--mod_php3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod_php3.h b/mod_php3.h
index 15cbd25dac..0ba6606258 100644
--- a/mod_php3.h
+++ b/mod_php3.h
@@ -60,8 +60,6 @@ typedef struct {
char *upload_tmp_dir;
long upload_max_filesize;
char *extension_dir;
- long short_open_tag;
- long asp_tags;
char *error_log;
long sql_safe_mode;
long xbithack;