diff options
author | Christian Stocker <chregu@php.net> | 2002-06-19 15:12:14 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-06-19 15:12:14 +0000 |
commit | 6ff3e9dc3d85e303d13077ed255969ba0268159b (patch) | |
tree | e96b1fec0415546b685d20673c0da5e078b8f9e2 /ext/domxml/php_domxml.c | |
parent | 3d1612c2fb9f6e8dc4bcbcf35cce916c6d9fbb36 (diff) | |
download | php-git-6ff3e9dc3d85e303d13077ed255969ba0268159b.tar.gz |
- Make domxml_xslt_process() working again.
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index ac4f28af5a..07d17791af 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -4929,7 +4929,7 @@ PHP_FUNCTION(domxml_xslt_process) - test other stuff - check xsltsp->errors ??? */ - zval *rv, *idxsl, *idxml, *idparams = NULL; + zval *rv = NULL, *idxsl, *idxml, *idparams = NULL; zend_bool xpath_params = 0; xsltStylesheetPtr xsltstp; xmlDocPtr xmldocp; |