tony2001 Fri Sep 28 05:32:07 2007 UTC
Modified files:
/php-src/ext/xsl xsl_fe.h
Log:
fix build
http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsl_fe.h?r1=1.11&r2=1.12&diff_format=u
Index: php-src/ext/xsl/xsl_fe.h
diff -u php-src/ext/xsl/xsl_fe.h:1.11 php-src/ext/xsl/xsl_fe.h:1.12
--- php-src/ext/xsl/xsl_fe.h:1.11 Thu Sep 27 18:28:43 2007
+++ php-src/ext/xsl/xsl_fe.h Fri Sep 28 05:32:07 2007
@@ -16,13 +16,13 @@
+----------------------------------------------------------------------+
*/
-/* $Id: xsl_fe.h,v 1.11 2007/09/27 18:28:43 dmitry Exp $ */
+/* $Id: xsl_fe.h,v 1.12 2007/09/28 05:32:07 tony2001 Exp $ */
#ifndef XSL_FE_H
#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);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php