From 5b0f4647b639b2c653910c8a618dd55465a8be1a Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Tue, 2 Oct 2007 06:31:18 +0000 Subject: - Added xsl->setProfiling() for profiling stylesheets. --- ext/xsl/php_xsl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/xsl/php_xsl.h') diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h index ee1c0c4977..4db6c7f5d9 100644 --- a/ext/xsl/php_xsl.h +++ b/ext/xsl/php_xsl.h @@ -60,6 +60,7 @@ typedef struct _xsl_object { HashTable *registered_phpfunctions; HashTable *node_list; php_libxml_node_object *doc; + char *profiling; } xsl_object; void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC); -- cgit v1.2.1