hi excuse my ignorant question, but:
> @@ -740,6 +740,7 @@ > } > > > +#ifdef HELLY_0 is this intended? chregu > static zval *xsltstylesheet_get_data(void *obj) > { > /* > @@ -753,6 +754,7 @@ > */ > return ((zval *) (((xsltStylesheetPtr) obj)->_private)); > } > +#endif > > void *php_xsltstylesheet_get_object(zval *wrapper, int rsrc_type1, int rsrc_type2 >TSRMLS_DC) > { > @@ -3764,7 +3766,7 @@ > PHP_FUNCTION(xmldoc) > { > zval *rv = NULL; > - xmlDoc *docp; > + xmlDoc *docp = NULL; > int ret; > char *buffer; > int buffer_len; > @@ -3851,7 +3853,7 @@ > PHP_FUNCTION(xmldocfile) > { > zval *rv = NULL; > - xmlDoc *docp; > + xmlDoc *docp = NULL; > int ret, file_len; > char *file; > int mode = 0, prevSubstValue; > > > > -- nam...christian stocker adr...bremgartnerstr. 66, ch-8003 zurich pho...+41 1 451 6021 www...http://phant.ch/chregu mob...+41 76 561 8860 [EMAIL PROTECTED] wor...+41 1 240 5670 gpg...0x5CE1DECB -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php