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 Quote Link to comment 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] Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.