--- embedaddon/php/ext/xsl/php_xsl.h 2012/02/21 23:48:05 1.1.1.1 +++ embedaddon/php/ext/xsl/php_xsl.h 2012/05/29 12:34:41 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_xsl.h,v 1.1.1.1 2012/02/21 23:48:05 misho Exp $ */ +/* $Id: php_xsl.h,v 1.1.1.2 2012/05/29 12:34:41 misho Exp $ */ #ifndef PHP_XSL_H #define PHP_XSL_H @@ -65,6 +65,8 @@ typedef struct _xsl_object { HashTable *node_list; php_libxml_node_object *doc; char *profiling; + long securityPrefs; + int securityPrefsSet; } xsl_object; void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC);