tony2001                Fri Sep 28 05:32:41 2007 UTC

  Modified files:              
    /php-src/ext/xsl    php_xsl.c 
  Log:
  ws
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/php_xsl.c?r1=1.42&r2=1.43&diff_format=u
Index: php-src/ext/xsl/php_xsl.c
diff -u php-src/ext/xsl/php_xsl.c:1.42 php-src/ext/xsl/php_xsl.c:1.43
--- php-src/ext/xsl/php_xsl.c:1.42      Thu Sep 27 18:28:43 2007
+++ php-src/ext/xsl/php_xsl.c   Fri Sep 28 05:32:41 2007
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_xsl.c,v 1.42 2007/09/27 18:28:43 dmitry Exp $ */
+/* $Id: php_xsl.c,v 1.43 2007/09/28 05:32:41 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -27,7 +27,6 @@
 #include "ext/standard/info.h"
 #include "php_xsl.h"
 
-
 zend_class_entry *xsl_xsltprocessor_class_entry;
 static zend_object_handlers xsl_object_handlers;
 
@@ -107,6 +106,7 @@
        efree(object);
 }
 /* }}} */
+
 /* {{{ xsl_objects_new */
 zend_object_value xsl_objects_new(zend_class_entry *class_type TSRMLS_DC)
 {
@@ -241,9 +241,6 @@
 }
 /* }}} */
 
-
-
-
 /* {{{ PHP_MSHUTDOWN_FUNCTION
  */
 PHP_MSHUTDOWN_FUNCTION(xsl)
@@ -306,7 +303,6 @@
 }
 /* }}} */
 
-
 /*
  * Local variables:
  * tab-width: 4

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to