summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-08-08 19:12:27 +0000
committerMarcus Boerger <helly@php.net>2002-08-08 19:12:27 +0000
commit88c385e8176c50d0cfe1d5203cd0ce40859a1b68 (patch)
tree28ba0000c986ec0f86b0415d756ac98ddfac25b3 /main/php_globals.h
parent9abdbd9c299ac3b530becc38177b708f6f287415 (diff)
downloadphp-git-88c385e8176c50d0cfe1d5203cd0ce40859a1b68.tar.gz
rename php_error_func<n> to php_error_docref and support Wez idea
that solves ToDo requirement to point to PHP Manual in error messages.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index dad12d7248..9082a123ea 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -120,6 +120,9 @@ struct _php_core_globals {
zend_bool y2k_compliance;
+ char *docref_root;
+ char *docref_ext;
+
zend_bool html_errors;
zend_bool xmlrpc_errors;