php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17527 XML-RPC module compiled in, functions not visible
Submitted: 2002-05-30 10:16 UTC Modified: 2002-05-30 18:08 UTC
From: ivanr at datagate dot co dot uk Assigned:
Status: Not a bug Package: XMLRPC-EPI related
PHP Version: 4.2.1 OS: RedHat 7.3 SuSE 7.3
Private report: No CVE-ID: None
 [2002-05-30 10:16 UTC] ivanr at datagate dot co dot uk
This bug appears on RH7.3 and SuSE 7.3 but not on RH7.2. XML-RPC module is compiled in, but none of the functions are defined. XML-RPC variables (xmlrpc_error_number and xmlrpc_errors ) are defined though (and can be seen using phpinfo()).

Compiled with:

./configure \
--with-apxs=/usr/local/web/bin/apxs \
--with-config-file-path=/usr/local/web/conf/ \
--with-xml-rpc

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-30 10:51 UTC] sniper@php.net
Did you really use that configure line? The correct configure option to enable xmlrpc is '--with-xmlrpc'.

 [2002-05-30 12:23 UTC] ivanr at datagate dot co dot uk
You are so right (hits himself on the head)! I used the correct option on the RH7.2 box and the wrong thing on other two servers. Thanks a lot for your help and for the prompt reply. Sorry I had to waste your time.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC