summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.c
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2007-10-02 06:31:18 +0000
committerChristian Stocker <chregu@php.net>2007-10-02 06:31:18 +0000
commit5b0f4647b639b2c653910c8a618dd55465a8be1a (patch)
tree9d4edf9cf796aa9f347f54a68b9297372fbb346e /ext/xsl/php_xsl.c
parent32966bb37d83dab58a02e7b7822d261d4af8b3db (diff)
downloadphp-git-5b0f4647b639b2c653910c8a618dd55465a8be1a.tar.gz
- Added xsl->setProfiling() for profiling stylesheets.
Diffstat (limited to 'ext/xsl/php_xsl.c')
-rw-r--r--ext/xsl/php_xsl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c
index 29528565bc..f3165d15f2 100644
--- a/ext/xsl/php_xsl.c
+++ b/ext/xsl/php_xsl.c
@@ -123,6 +123,7 @@ zend_object_value xsl_objects_new(zend_class_entry *class_type TSRMLS_DC)
intern->registered_phpfunctions = NULL;
intern->node_list = NULL;
intern->doc = NULL;
+ intern->profiling = NULL;
zend_object_std_init(&intern->std, class_type TSRMLS_CC);
zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *));