From: Sebastian Bergmann Date: Tue, 3 Sep 2002 09:41:41 +0000 (+0000) Subject: Add html_errors to zend_utility_values. Patch by Jan Lehnardt . X-Git-Tag: RELEASE_0_91~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfad3c664f9d854cf5baacc342390d44d9807368;p=php Add html_errors to zend_utility_values. Patch by Jan Lehnardt . --- diff --git a/Zend/zend.h b/Zend/zend.h index 94009199ee..c45c8c509c 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -336,6 +336,7 @@ typedef struct _zend_utility_functions { typedef struct _zend_utility_values { char *import_use_extension; uint import_use_extension_length; + zend_bool html_errors; } zend_utility_values;