The following two functions have been deprecated in version 1.1 of the library, and removed in version 2, in order to avoid conflicts with the EPI xml-rpc library, which also defines two functions with the same names.
To ease the transition to the new naming scheme and avoid breaking existing implementations, the following scheme has been adopted:
If EPI-XMLRPC is not active in the current PHP installation,
the constant XMLRPC_EPI_ENABLED
will be set to
'0'
If EPI-XMLRPC is active in the current PHP installation, the
constant XMLRPC_EPI_ENABLED
will be set to
'1'
The following documentation is kept for historical reference: