gschlossnagle           Fri Jul 15 12:47:14 2005 EDT

  Modified files:              
    /php-src/ext/xsl    php_xsl.c xsl_fe.h 
  Log:
  Darwin seems to like this arrangement much better.
  
  
  
http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.30&r2=1.31&ty=u
Index: php-src/ext/xsl/php_xsl.c
diff -u php-src/ext/xsl/php_xsl.c:1.30 php-src/ext/xsl/php_xsl.c:1.31
--- php-src/ext/xsl/php_xsl.c:1.30      Fri Jun 17 07:44:59 2005
+++ php-src/ext/xsl/php_xsl.c   Fri Jul 15 12:47:12 2005
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_xsl.c,v 1.30 2005/06/17 11:44:59 sniper Exp $ */
+/* $Id: php_xsl.c,v 1.31 2005/07/15 16:47:12 gschlossnagle Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -31,7 +31,7 @@
 /* If you declare any globals in php_xsl.h uncomment this:
 ZEND_DECLARE_MODULE_GLOBALS(xsl)
 */
-
+zend_class_entry *xsl_xsltprocessor_class_entry;
 static zend_object_handlers xsl_object_handlers;
 
 /* {{{ xsl_functions[]
http://cvs.php.net/diff.php/php-src/ext/xsl/xsl_fe.h?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/xsl/xsl_fe.h
diff -u php-src/ext/xsl/xsl_fe.h:1.6 php-src/ext/xsl/xsl_fe.h:1.7
--- php-src/ext/xsl/xsl_fe.h:1.6        Mon Jan 19 10:07:08 2004
+++ php-src/ext/xsl/xsl_fe.h    Fri Jul 15 12:47:12 2005
@@ -16,13 +16,13 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: xsl_fe.h,v 1.6 2004/01/19 15:07:08 chregu Exp $ */
+/* $Id: xsl_fe.h,v 1.7 2005/07/15 16:47:12 gschlossnagle Exp $ */
 
 #ifndef XSL_FE_H
 #define XSL_FE_H
 
 extern zend_function_entry php_xsl_xsltprocessor_class_functions[];
-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

Reply via email to