--- embedaddon/php/ext/xmlrpc/libxmlrpc/simplestring.c 2012/05/29 12:34:45 1.1.1.2 +++ embedaddon/php/ext/xmlrpc/libxmlrpc/simplestring.c 2013/07/22 01:32:10 1.1.1.3 @@ -31,7 +31,7 @@ */ -static const char rcsid[] = "#(@) $Id: simplestring.c,v 1.1.1.2 2012/05/29 12:34:45 misho Exp $"; +static const char rcsid[] = "#(@) $Id: simplestring.c,v 1.1.1.3 2013/07/22 01:32:10 misho Exp $"; #define SIMPLESTRING_INCR 32 @@ -45,8 +45,8 @@ static const char rcsid[] = "#(@) $Id: simplestring.c, * 06/2000 * HISTORY * $Log: simplestring.c,v $ - * Revision 1.1.1.2 2012/05/29 12:34:45 misho - * php 5.4.3+patches + * Revision 1.1.1.3 2013/07/22 01:32:10 misho + * 5.4.17 * * Revision 1.3 2002/08/22 01:25:50 sniper * kill some compile warnings @@ -69,7 +69,7 @@ static const char rcsid[] = "#(@) $Id: simplestring.c, * * simplestring is, as the name implies, a simple API for dealing with C strings. * Why would I write yet another string API? Because I couldn't find any that were - * a) free / GPL, b) simple/lightweight, c) fast, not doing unneccesary strlens all + * a) free / GPL, b) simple/lightweight, c) fast, not doing unnecessary strlens all * over the place. So. It is simple, and it seems to work, and it is pretty fast. * * Oh, and it is also binary safe, ie it can handle strings with embedded NULLs,