summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-19 12:55:03 +0200
committerAnatol Belski <ab@php.net>2014-08-19 12:55:03 +0200
commit168ea67b2d8f44ec29b6aa725ad768d190ddd0d8 (patch)
tree3c79a8d23221e681fdb701862f0a44a0ab80d7a4 /ext/xsl/php_xsl.h
parentacdda1093bfc21af1a710977a6f8eabc8b0bdbf1 (diff)
downloadphp-git-168ea67b2d8f44ec29b6aa725ad768d190ddd0d8.tar.gz
ported xsl, xml reader and writer
Diffstat (limited to 'ext/xsl/php_xsl.h')
-rw-r--r--ext/xsl/php_xsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h
index f6ad3712dc..e1702ebaa8 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;
+ php_int_t securityPrefs;
int securityPrefsSet;
zend_object std;
} xsl_object;