You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An update of Keith Devens' PHP XML-RPC for PHP 5.4. The original code relies on call-time pass-by-reference. This was
removed from PHP 5.4. This update just removes the dependency on call-time pass-by-reference.
About
An update of Keith Devens' PHP XML-RPC for PHP 5.4