helly           Sat Oct 25 21:17:52 2003 EDT

  Modified files:              
    /php-src/ext/simplexml      simplexml.c 
    /php-src/ext/simplexml/tests        bug25756.phpt 
  Log:
  And get the last thing working
  
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/simplexml/simplexml.c:1.70 php-src/ext/simplexml/simplexml.c:1.71
--- php-src/ext/simplexml/simplexml.c:1.70      Sat Oct 25 20:39:48 2003
+++ php-src/ext/simplexml/simplexml.c   Sat Oct 25 21:17:50 2003
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: simplexml.c,v 1.70 2003/10/26 00:39:48 helly Exp $ */
+/* $Id: simplexml.c,v 1.71 2003/10/26 01:17:50 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -608,7 +608,7 @@
                        RETVAL_FALSE;
                        break;
                default: /* error */
-                       RETVAL_TRUE;
+                       RETVAL_FALSE;
                        break;
        }
 
@@ -1093,7 +1093,7 @@
 {
        php_info_print_table_start();
        php_info_print_table_header(2, "Simplexml support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision: 1.70 $");
+       php_info_print_table_row(2, "Revision", "$Revision: 1.71 $");
        php_info_print_table_row(2, "Schema support", 
 #ifdef LIBXML_SCHEMAS_ENABLED
                "enabled");
Index: php-src/ext/simplexml/tests/bug25756.phpt
diff -u php-src/ext/simplexml/tests/bug25756.phpt:1.2 
php-src/ext/simplexml/tests/bug25756.phpt:1.3
--- php-src/ext/simplexml/tests/bug25756.phpt:1.2       Sat Oct 25 21:03:21 2003
+++ php-src/ext/simplexml/tests/bug25756.phpt   Sat Oct 25 21:17:51 2003
@@ -65,4 +65,4 @@
     }
   }
 }
-bool(true)
+bool(false)

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

Reply via email to