summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-07-04 09:15:06 +0000
committerStig Bakken <ssb@php.net>2000-07-04 09:15:06 +0000
commit23ca7b9f1ad0f82efe3760284353807a38d94533 (patch)
tree53d65d197e335d88728e8834df3801a7346effa4 /main/php_globals.h
parentf34c1fbee2f9c683350f6fdc03e5ca2ed5b1f59e (diff)
downloadphp-git-23ca7b9f1ad0f82efe3760284353807a38d94533.tar.gz
Added "html_errors" directive to optionally disable HTML formatting of error
messages. The default is on. (Stig)
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index ea0e3e511b..2b3032ba33 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -111,6 +111,8 @@ struct _php_core_globals {
zend_bool y2k_compliance;
+ zend_bool html_errors;
+
zend_bool modules_activated;
};