diff --git a/index.html b/index.html index c98b599a..0848e6f9 100644 --- a/index.html +++ b/index.html @@ -148,7 +148,8 @@

Contact

For security related issues feel free to contact ggiunta at users.sourceforge.net

Roadmap

-

A list of things that might make it into the next release (version 4.0):

+

A list of things that might make it into the next release (version 4.0).

+

See also the list of issues in Github

@@ -160,11 +161,11 @@

Roadmap

--> - + - +
DescriptionStatus (SVN) - updated 2009/07/26
Implement some benchmarks to measure e.g. speed differences of keep-alives vs. plain connections, or native php serialization vs. php_xmlrpc_encodeInitial code released, with a limited set of tests. Tests to be augmented...
Complete Javadoc documentation of code(Almost ?) Complete...
Update documentation for all features found in version 2Slowly progressing...
Update documentation for all features added since version 2Slowly progressing...
Add the possibility to choose formatting of the xml messagesSimilar to what the php native xmlrpc extension does
Fix warnings emitted when running with PHP 5 in STRICT modeThis will be done in version 3.0, abandoning php 4 compat...
Fix warnings emitted when running with PHP 5 in STRICT modeMight have already been done in version 3.0, abandoning php 4 compat...
Expand automatic php function to xmlrpc method wrapper to take advantage of exception handling and return xmlrpc error responses
Expand automatic stub generator for automatically converting php functions to xmlrpc methods for PHP <= 5.0.2look at AMFPHP code on how to do it.
Many enhancements in version 2.1
Now that the server can automatically register php functions there is less need for it...