sniper          Mon Jul  7 07:43:34 2003 EDT

  Modified files:              
    /php-src/ext/simplexml      simplexml.c 
  Log:
  ws + missing fold tag
  
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/simplexml/simplexml.c:1.50 php-src/ext/simplexml/simplexml.c:1.51
--- php-src/ext/simplexml/simplexml.c:1.50      Fri Jul  4 20:33:13 2003
+++ php-src/ext/simplexml/simplexml.c   Mon Jul  7 07:43:34 2003
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: simplexml.c,v 1.50 2003/07/05 00:33:13 sterling Exp $ */
+/* $Id: simplexml.c,v 1.51 2003/07/07 11:43:34 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -208,7 +208,6 @@
 }
 /* }}} */
 
-
 /* {{{ sxe_property_write()
  */
 static void
@@ -746,7 +745,7 @@
        php_sxe_object *sxe;
        char           *contents = NULL;
 
-    sxe = php_sxe_fetch_object(readobj TSRMLS_CC);
+       sxe = php_sxe_fetch_object(readobj TSRMLS_CC);
        if (should_free) {
                zval_dtor(writeobj);
        }
@@ -794,7 +793,7 @@
         */
        return NULL;
 }
-
+/* }}} */
 
 static zend_object_handlers sxe_object_handlers = {
        ZEND_OBJECTS_STORE_HANDLERS,
@@ -1054,9 +1053,8 @@
 {
        php_info_print_table_start();
        php_info_print_table_header(2, "Simplexml support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision: 1.50 $");
+       php_info_print_table_row(2, "Revision", "$Revision: 1.51 $");
        php_info_print_table_end();
-
 }
 /* }}} */
 



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

Reply via email to