summaryrefslogtreecommitdiff
path: root/ext/dom
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2012-03-24 14:22:53 +0800
committerXinchen Hui <laruence@gmail.com>2012-03-24 14:22:53 +0800
commit503e9d955c79f60abd92cd362a927056f76fb14d (patch)
tree9eca2f560e9bbf0d304aef611aa92aad43276b15 /ext/dom
parente3dc1d8101b5483caa76498d0dcb167b82c4e014 (diff)
parent56dac369ab930f9f0c42d6cad085868a1ea1a559 (diff)
downloadphp-git-503e9d955c79f60abd92cd362a927056f76fb14d.tar.gz
Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4
Diffstat (limited to 'ext/dom')
-rw-r--r--ext/dom/php_dom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c
index 915805f37e..ec7ec1e848 100644
--- a/ext/dom/php_dom.c
+++ b/ext/dom/php_dom.c
@@ -543,7 +543,7 @@ static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC
static HashTable* dom_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
{
- return dom_get_debug_info_helper(object, is_temp);
+ return dom_get_debug_info_helper(object, is_temp TSRMLS_CC);
}
/* }}} */