From: Antony Dovgal Date: Fri, 28 Sep 2007 05:32:07 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_2_0_0a1~1730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d07a8a6b64e32094c74657a1a300bd2be11abce8;p=php fix build --- diff --git a/ext/xsl/xsl_fe.h b/ext/xsl/xsl_fe.h index eb8ea06e42..3153e78e9f 100644 --- a/ext/xsl/xsl_fe.h +++ b/ext/xsl/xsl_fe.h @@ -22,7 +22,7 @@ #define XSL_FE_H extern const zend_function_entry php_xsl_xsltprocessor_class_functions[]; -extern const zend_class_entry *xsl_xsltprocessor_class_entry; +extern zend_class_entry *xsl_xsltprocessor_class_entry; PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet); PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc);