]> git.pld-linux.org Git - packages/php.git/blame - php-xmlrpc-fix.patch
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-xmlrpc-fix.patch
CommitLineData
c027c256
JB
1--- php-4.3.0/ext/xmlrpc/config.m4.orig Wed Sep 4 20:47:25 2002
2+++ php-4.3.0/ext/xmlrpc/config.m4 Thu Jan 2 21:29:53 2003
3@@ -85,6 +85,8 @@
efe52553
JB
4 AC_MSG_ERROR(Please reinstall the XMLRPC-EPI distribution)
5 fi
6
c027c256
JB
7+ PHP_NEW_EXTENSION(xmlrpc,xmlrpc-epi-php.c,$ext_shared)
8+ XMLRPC_MODULE_TYPE=external
efe52553 9 PHP_ADD_INCLUDE($XMLRPC_DIR)
c027c256 10 PHP_ADD_LIBRARY_WITH_PATH(xmlrpc, $XMLRPC_DIR/lib, XMLRPC_SHARED_LIBADD)
efe52553 11
This page took 0.133172 seconds and 4 git commands to generate.