]> granicus.if.org Git - php/commitdiff
- Make domxml_xslt_process() working again.
authorChristian Stocker <chregu@php.net>
Wed, 19 Jun 2002 15:12:14 +0000 (15:12 +0000)
committerChristian Stocker <chregu@php.net>
Wed, 19 Jun 2002 15:12:14 +0000 (15:12 +0000)
ext/domxml/php_domxml.c

index ac4f28af5ae88213ad9ae19e8c2db2fbe1af1026..07d17791af16fd1593ccdf3d52be6ed20040afe0 100644 (file)
@@ -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;