Lines Matching refs:xmlrpc
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,
11 [ --with-xmlrpc[=DIR] Include XMLRPC-EPI support])
26 PHP_ADD_EXTENSION_DEP(xmlrpc, libxml)
76 AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
83 PHP_NEW_EXTENSION(xmlrpc,xmlrpc-epi-php.c libxmlrpc/base64.c \
87 libxmlrpc/queue.c libxmlrpc/xml_element.c libxmlrpc/xmlrpc.c \
95 if test -r $PHP_XMLRPC/include/xmlrpc.h; then
97 elif test -r $PHP_XMLRPC/include/xmlrpc-epi/xmlrpc.h; then
98 dnl some xmlrpc-epi header files have generic file names like
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
119 PHP_ADD_LIBRARY_WITH_PATH(xmlrpc, $XMLRPC_DIR/$PHP_LIBDIR, XMLRPC_SHARED_LIBADD)
120 PHP_NEW_EXTENSION(xmlrpc,xmlrpc-epi-php.c, $ext_shared)