diff options
Diffstat (limited to 'ext/xsl/php_xsl.h')
-rw-r--r-- | ext/xsl/php_xsl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h index f6ad3712dc..375cb32fb0 100644 --- a/ext/xsl/php_xsl.h +++ b/ext/xsl/php_xsl.h @@ -64,7 +64,7 @@ typedef struct _xsl_object { HashTable *node_list; php_libxml_node_object *doc; char *profiling; - long securityPrefs; + zend_long securityPrefs; int securityPrefsSet; zend_object std; } xsl_object; |