zoffmann Posted March 23, 2007 Share Posted March 23, 2007 Hi, I have a question: I would like to compile php with xmlrpc support. How do I configure php? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/43975-how-to-correct-configure-php-with-xmlrpc-support/ Share on other sites More sharing options...
Koobi Posted March 24, 2007 Share Posted March 24, 2007 since you haven't mentioned what your server environment is, i will assume you're trying to compile PHP on a Linux system CLXXVIII. XML-RPC Functions states that you can use the following with ./configure --with-xmlrpc[=DIR] Link to comment https://forums.phpfreaks.com/topic/43975-how-to-correct-configure-php-with-xmlrpc-support/#findComment-214435 Share on other sites More sharing options...
zoffmann Posted March 26, 2007 Author Share Posted March 26, 2007 System which I have used Ubuntu Linux 6.10, Apache 1.3x, mysql 4.x, ezpublish 3.9 (cms - written in php). All that is connected to Tinyerp (e-commerce system - written in Python). Tinyerp should take information from webshop which is in ezpublish intreface. In the other words: PHP and Python have to talk with each other. Or with schema: webshop ezpublish <= ===tinyerp-connector=== => tinyerp [/td] should communicate in both ways [td] I have used --with-xmlrpc but my application tinyerp-connector (application which connects these two) crashes all the time. Some more questions from me: Is this only setting which can affect functioning of xmlrpc? Where the " [DIR] " exactly should point to ? best regards. Link to comment https://forums.phpfreaks.com/topic/43975-how-to-correct-configure-php-with-xmlrpc-support/#findComment-215247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.