* 06/2000
* HISTORY
* $Log$
+ * Revision 1.9.4.2 2008/12/17 00:30:48 iliaa
+ *
+ * MFH: removed unused var
+ *
* Revision 1.9.4.1 2006/07/30 11:34:02 tony2001
* MFH: fix compile warnings (#38257)
*
depth++;
if(!el) {
- fprintf(stderr, "Nothing to write\n");
+/* fprintf(stderr, "Nothing to write\n"); */
return;
}
if(!options) {
byte_idx > 10 ? 10 : byte_idx,
in_buf + (byte_idx > 10 ? byte_idx - 10 : byte_idx));
}
-
+/*
fprintf(stderr, "expat reports error code %i\n"
"\tdescription: %s\n"
"\tline: %i\n"
"\ttotal bytes: %i\n%s ",
err_code, error_str, line_num,
col_num, byte_idx, byte_total, buf);
-
+*/
/* error condition */
if(error) {
* 9/1999 - 10/2000
* HISTORY
* $Log$
+ * Revision 1.8.4.4 2008/09/10 00:09:04 felipe
+ * MFH:
+ * - Merged fix from SF project (Import Jeff Lawsons patches for XML datetime bug fixes)
+ * Fixed bugs:
+ * #45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string)
+ * #18916 (xmlrpc_set_type() "not working")
+ *
* Revision 1.8.4.3 2007/09/18 19:49:53 iliaa
*
* Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime
}
}
else {
- fprintf (stderr,
- "xmlrpc: attempted to add key/val pair to vector of type array\n");
+/* fprintf (stderr,
+ "xmlrpc: attempted to add key/val pair to vector of type array\n"); */
}
break;
default:
- fprintf (stderr,
- "xmlrpc: attempted to add value of unknown type to vector\n");
+/* fprintf (stderr,
+ "xmlrpc: attempted to add value of unknown type to vector\n"); */
break;
}
}
my_free(value);
break;
default:
- fprintf (stderr,
- "xmlrpc: attempted to free value of invalid type\n");
+/* fprintf (stderr,
+ "xmlrpc: attempted to free value of invalid type\n"); */
break;
}
}