From 9b21e0d0a9509fe9ec9b48231d57ab3a3f598e3c Mon Sep 17 00:00:00 2001 From: John Coggeshall Date: Mon, 12 Apr 2004 03:14:19 +0000 Subject: - 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. --- ext/tidy/php_tidy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/tidy/php_tidy.h') 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 -- cgit v1.2.1