Download List

Descripción del Proyecto

phpRPC is meant to be an easy to use XMLRPC
library. Function syntax and plugging into most
Weblogs is greatly simplified with the use of
database/RPC protocol abstraction.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-05-23 12:19
alpha 0.9

Este lanzamiento cambia el nombre de todas las instancias de rpc_parser y analizar a rpc_decoder / decodificar, cambia el nombre de la variable $ struct_member a $ $ nombre rpc_encoder-> add_param ($ tipo, valor, $ nombre), y se divide struct_member ($ struct_member) en 2 funciones y cambia el nombre de ello. También corrige un error por el que <member> elemento se limita a una entrada de valor; múltiples entradas / arreglos ahora pueden pertenecer a <member> . Matrices llama / estructuras son ahora soportados, y el usuario y contraseña fueron separados de rpc_Client ().
Tags: Minor feature enhancements
This release renames all instances of rpc_parser and parse to rpc_decoder/decode, renames the $struct_member variable to $name $rpc_encoder->add_param($type, $value, $name), and splits struct_member($struct_member) into 2 functions and renames it. It also fixes a bug where <member> element was limited to one value entry; multiple entries/arrays may now belong to <member>. Named arrays/structs are now supported, and the user and pass were separated from rpc_Client().

2002-05-20 14:09
alpha 0.8

Esta versión incluye una biblioteca de función similar a la disposición de la biblioteca RPC. Las funciones habituales pueden ser almacenados y organizados en carpetas, y luego ser invocado con load_function ( "folder.function"). access.php ha sido sustituido por la manera antes de cargar funciones. Algunos códigos codificada que se xoops específica se trasladó de rpc_encoder, y poner en xoops.xmlQuery. Un problema con el conteo analizador \ n como una entrada en el nuevo valor se ha fijado, como algunas de las URL de edad el código de muestra. El manual también fue actualizado.
Tags: Minor feature enhancements
This release adds a function library similar to the RPC library layout. Custom functions can be stored and organized into folders, and then be invoked with load_function("folder.function"). access.php has been replaced with the above manner of loading functions. Some hardcoded code which was xoops specific was moved from rpc_encoder, and put into xoops.xmlQuery. A problem with the parser counting \n as a new value entry was fixed, as was some of the sample code's old URLs. The manual was also updated.

2002-05-18 09:32
alpha 0.7

Creado mediante la introspección system.listMethods y métodos system.methodSignature, un depurador basado en web para acelerar las pruebas y desarrollo, fija un montón de bichos pequeños codificador, documentada clases, y construido con la documentación phpDocumentor.
Tags: Initial freshmeat announcement
Added introspection using the system.listMethods and system.methodSignature methods, a Web-based debugger to speed up testing and development, fixed a bunch of small encoder bugs, documented classes, and built the docs with phpDocumentor.

Project Resources