diff options
author | John Coggeshall <john@php.net> | 2004-04-12 03:14:19 +0000 |
---|---|---|
committer | John Coggeshall <john@php.net> | 2004-04-12 03:14:19 +0000 |
commit | 9b21e0d0a9509fe9ec9b48231d57ab3a3f598e3c (patch) | |
tree | e40bb571f0ab57fcd5366b459be149d44bc10ca7 /ext/tidy/php_tidy.h | |
parent | 15bc137fef0daa135d489dd1801c7e6908357e44 (diff) | |
download | php-git-9b21e0d0a9509fe9ec9b48231d57ab3a3f598e3c.tar.gz |
- Removed things related to attribute classes / consts which no
longer exist in Tidy
- Changed protos in comment blocks to studlyCaps
- Fixed problem where Tidy would throw exceptions if called from
a procedural context. Tidy will now cause E_ERRORs if called from
procedural form.
Diffstat (limited to 'ext/tidy/php_tidy.h')
-rw-r--r-- | ext/tidy/php_tidy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h index d01011b42f..c6db213256 100644 --- a/ext/tidy/php_tidy.h +++ b/ext/tidy/php_tidy.h @@ -91,6 +91,7 @@ TIDY_NODE_METHOD(isPhp); ZEND_BEGIN_MODULE_GLOBALS(tidy) char *default_config; + zval *inst; ZEND_END_MODULE_GLOBALS(tidy) #ifdef ZTS |