diff options
author | Stig Bakken <ssb@php.net> | 2000-07-04 09:15:06 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2000-07-04 09:15:06 +0000 |
commit | 23ca7b9f1ad0f82efe3760284353807a38d94533 (patch) | |
tree | 53d65d197e335d88728e8834df3801a7346effa4 /main/php_globals.h | |
parent | f34c1fbee2f9c683350f6fdc03e5ca2ed5b1f59e (diff) | |
download | php-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.h | 2 |
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; }; |