Diff for /embedaddon/php/ext/xsl/php_xsl.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:05 version 1.1.1.2, 2012/05/29 12:34:41
Line 65  typedef struct _xsl_object { Line 65  typedef struct _xsl_object {
         HashTable *node_list;          HashTable *node_list;
         php_libxml_node_object *doc;          php_libxml_node_object *doc;
         char *profiling;          char *profiling;
           long securityPrefs;
           int securityPrefsSet;
 } xsl_object;  } xsl_object;
   
 void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC);  void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>