diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2002-09-03 09:41:41 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2002-09-03 09:41:41 +0000 |
| commit | cfad3c664f9d854cf5baacc342390d44d9807368 (patch) | |
| tree | 8c153cc82b2dd4f94a6fe972038ad068089ec58f | |
| parent | ee2e4ed41f33bc4dc78c1672fabcb5bca6055f2b (diff) | |
| download | php-git-cfad3c664f9d854cf5baacc342390d44d9807368.tar.gz | |
Add html_errors to zend_utility_values. Patch by Jan Lehnardt <jan@php.net>.
| -rw-r--r-- | Zend/zend.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
