diff options
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 3 |
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; |