diff options
author | Christian Stocker <chregu@php.net> | 2007-10-02 06:31:18 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2007-10-02 06:31:18 +0000 |
commit | 5b0f4647b639b2c653910c8a618dd55465a8be1a (patch) | |
tree | 9d4edf9cf796aa9f347f54a68b9297372fbb346e /ext/xsl/php_xsl.h | |
parent | 32966bb37d83dab58a02e7b7822d261d4af8b3db (diff) | |
download | php-git-5b0f4647b639b2c653910c8a618dd55465a8be1a.tar.gz |
- Added xsl->setProfiling() for profiling stylesheets.
Diffstat (limited to 'ext/xsl/php_xsl.h')
-rw-r--r-- | ext/xsl/php_xsl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |