php-doc-en/reference/xmlrpc/versions.xml
Adam Harvey 41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00

41 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<function name="xmlrpc_decode" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_decode_request" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_encode" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_encode_request" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_get_type" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_is_fault" from="PHP 4 &gt;= 4.3.0, PHP 5, PHP 7"/>
<function name="xmlrpc_parse_method_descriptions" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_server_add_introspection_data" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_server_call_method" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_server_create" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_server_destroy" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_server_register_introspection_callback" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_server_register_method" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
<function name="xmlrpc_set_type" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7"/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->