php-doc-en/reference/wddx/book.xml
Christoph Michael Becker 7be628baf8 Document ext/wddx removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347028 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-20 13:52:24 +00:00

60 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.wddx" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>WDDX</title>
<!-- {{{ preface -->
<preface xml:id="intro.wddx">
&reftitle.intro;
<warning>
<simpara>
This extension is <emphasis>DEPRECATED</emphasis> and <emphasis>UNBUNDLED</emphasis> as of PHP 7.4.0.
</simpara>
</warning>
<para>
These functions are intended for work with <link
xlink:href="&url.wddx;">WDDX</link>.
</para>
<warning>
<para>
Do not pass untrusted user input to <function>wddx_deserialize</function>.
Unserialization can result in code being loaded and executed due to object
instantiation and autoloading, and a malicious user may be able to exploit
this. Use a safe, standard data interchange format such as JSON (via
<function>json_decode</function> and <function>json_encode</function>) if
you need to pass serialized data to the user.
</para>
</warning>
</preface>
<!-- }}} -->
&reference.wddx.setup;
&reference.wddx.constants;
&reference.wddx.examples;
&reference.wddx.reference;
</book>
<!-- 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
-->