Searched refs:xmlrpc (Results 1 – 25 of 46) sorted by relevance
12
/PHP-5.6/ext/xmlrpc/ |
H A D | config.w32 | 4 ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no"); 7 if (CHECK_HEADER_ADD_INCLUDE("xmlrpc.h", "CFLAGS_XMLRPC", configure_module_dirname + "/libxmlrpc") 9 && ADD_EXTENSION_DEP('xmlrpc', 'libxml')) { 10 EXTENSION('xmlrpc', 'xmlrpc-epi-php.c', PHP_XMLRPC_SHARED, "-DVERSION=\"0.50\""); 13 queue.c xml_element.c xmlrpc.c xml_to_soap.c", "xmlrpc"); 16 WARNING("xmlrpc support can't be enabled, libraries or headers are missing")
|
H A D | config.m4 | 5 sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4) 6 sinclude(ext/xmlrpc/libxmlrpc/xmlrpc.m4) 8 sinclude(libxmlrpc/xmlrpc.m4) 10 PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support, 26 PHP_ADD_EXTENSION_DEP(xmlrpc, libxml) 83 PHP_NEW_EXTENSION(xmlrpc,xmlrpc-epi-php.c libxmlrpc/base64.c \ 97 elif test -r $PHP_XMLRPC/include/xmlrpc-epi/xmlrpc.h; then 100 dnl for xmlrpc-epi because of this. 101 XMLRPC_DIR=$PHP_XMLRPC/include/xmlrpc-epi 105 if test -r $i/include/xmlrpc.h; then [all …]
|
H A D | xmlrpc.dsp | 1 # Microsoft Developer Studio Project File - Name="xmlrpc" - Package Owner=<4> 7 CFG=xmlrpc - Win32 Debug_TS 11 !MESSAGE NMAKE /f "xmlrpc.mak". 16 !MESSAGE NMAKE /f "xmlrpc.mak" CFG="xmlrpc - Win32 Debug_TS" 32 !IF "$(CFG)" == "xmlrpc - Win32 Debug_TS" 58 !ELSEIF "$(CFG)" == "xmlrpc - Win32 Release_TS" 88 # Name "xmlrpc - Win32 Debug_TS" 89 # Name "xmlrpc - Win32 Release_TS" 95 SOURCE=".\xmlrpc-epi-php.c" 187 SOURCE=.\libxmlrpc\xmlrpc.c [all …]
|
H A D | php_xmlrpc.h | 64 PHP_MINIT_FUNCTION(xmlrpc); 65 PHP_MINFO_FUNCTION(xmlrpc);
|
H A D | CREDITS | 1 xmlrpc
|
/PHP-5.6/ext/xmlrpc/tests/ |
H A D | bug77380.phpt | 2 Bug #77380 (Global out of bounds read in xmlrpc base64 code) 5 if (!extension_loaded("xmlrpc")) print "skip";
|
H A D | bug61097.phpt | 2 Bug #61097 (Memory leak in xmlrpc functions copying zvals) 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug45555.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?> 15 $options = array ('output_type' => 'xml', 'version' => 'xmlrpc');
|
H A D | bug45556.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?> 25 $options = array ('output_type' => 'xml', 'version' => 'xmlrpc');
|
H A D | bug77242.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug42189.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | 004.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug61264.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug51288.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | 007.phpt | 9 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | 006.phpt | 9 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug50285.phpt | 2 Bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays) 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug18916.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug38431.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | bug70728.phpt | 5 if (!extension_loaded("xmlrpc")) print "skip";
|
H A D | bug70728_64bit.phpt | 5 if (!extension_loaded("xmlrpc")) print "skip";
|
H A D | bug50282.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | 005.phpt | 9 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
H A D | 001.phpt | 4 <?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
|
/PHP-5.6/win32/ |
H A D | php_modules.dsw | 438 Project: "xmlrpc"=..\ext\xmlrpc\xmlrpc.dsp - Package Owner=<4>
|
Completed in 26 milliseconds
12