mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Reshufle includes to make it compile on windows
This commit is contained in:
parent
c8ce18c155
commit
e923407cc5
@ -44,6 +44,9 @@ static const char rcsid[] = "#(@) $Id$";
|
|||||||
* 06/2000
|
* 06/2000
|
||||||
* HISTORY
|
* HISTORY
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.7 2005/03/26 03:13:58 sniper
|
||||||
|
* - Made it possible to build ext/xmlrpc with libxml2
|
||||||
|
*
|
||||||
* Revision 1.6 2004/06/01 20:16:06 iliaa
|
* Revision 1.6 2004/06/01 20:16:06 iliaa
|
||||||
* Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in
|
* Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in
|
||||||
* 200-210 range).
|
* 200-210 range).
|
||||||
@ -101,6 +104,7 @@ static const char rcsid[] = "#(@) $Id$";
|
|||||||
* there must be some.
|
* there must be some.
|
||||||
******/
|
******/
|
||||||
|
|
||||||
|
#include "ext/xml/expat_compat.h"
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "xmlrpc_win32.h"
|
#include "xmlrpc_win32.h"
|
||||||
#endif
|
#endif
|
||||||
@ -110,7 +114,6 @@ static const char rcsid[] = "#(@) $Id$";
|
|||||||
|
|
||||||
#include "xml_element.h"
|
#include "xml_element.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "ext/xml/expat_compat.h"
|
|
||||||
#include "encodings.h"
|
#include "encodings.h"
|
||||||
|
|
||||||
#define my_free(thing) if(thing) {free(thing); thing = 0;}
|
#define my_free(thing) if(thing) {free(thing); thing = 0;}
|
||||||
|
@ -43,6 +43,9 @@ static const char rcsid[] = "#(@) $Id$";
|
|||||||
* 9/1999 - 10/2000
|
* 9/1999 - 10/2000
|
||||||
* HISTORY
|
* HISTORY
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.7 2005/03/26 03:13:58 sniper
|
||||||
|
* - Made it possible to build ext/xmlrpc with libxml2
|
||||||
|
*
|
||||||
* Revision 1.6 2004/04/27 17:33:59 iliaa
|
* Revision 1.6 2004/04/27 17:33:59 iliaa
|
||||||
* Removed C++ style comments.
|
* Removed C++ style comments.
|
||||||
*
|
*
|
||||||
@ -119,7 +122,7 @@ static const char rcsid[] = "#(@) $Id$";
|
|||||||
* - comprehensive API for manipulation of values
|
* - comprehensive API for manipulation of values
|
||||||
*******/
|
*******/
|
||||||
|
|
||||||
|
#include "ext/xml/expat_compat.h"
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "xmlrpc_win32.h"
|
#include "xmlrpc_win32.h"
|
||||||
#endif
|
#endif
|
||||||
@ -132,7 +135,6 @@ static const char rcsid[] = "#(@) $Id$";
|
|||||||
|
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "xmlrpc.h"
|
#include "xmlrpc.h"
|
||||||
#include "ext/xml/expat_compat.h"
|
|
||||||
#include "base64.h"
|
#include "base64.h"
|
||||||
|
|
||||||
#include "xml_to_xmlrpc.h"
|
#include "xml_to_xmlrpc.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user