reference/wddx/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -1,18 +1,31 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
-
<!-- $Revision$ -->
3
-
<!-- Purpose: webservice -->
4
-
<!-- Membership: bundled, external -->
5
-
2
+
<!-- State: deprecated -->
6
3
<book xml:id="book.wddx" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<?phpdoc extension-membership="pecl" ?>
7
5
<title>WDDX</title>
8
6
9
7
<!-- {{{ preface -->
10
8
<preface xml:id="intro.wddx">
11
9
&reftitle.intro;
10
+
<warning>
11
+
<simpara>
12
+
This extension is <emphasis>DEPRECATED</emphasis> and <emphasis>UNBUNDLED</emphasis> as of PHP 7.4.0.
13
+
</simpara>
14
+
</warning>
12
15
<para>
13
16
These functions are intended for work with <link
14
17
xlink:href="&url.wddx;">WDDX</link>.
15
18
</para>
19
+
<warning>
20
+
<para>
21
+
Do not pass untrusted user input to <function>wddx_deserialize</function>.
22
+
Unserialization can result in code being loaded and executed due to object
23
+
instantiation and autoloading, and a malicious user may be able to exploit
24
+
this. Use a safe, standard data interchange format such as JSON (via
25
+
<function>json_decode</function> and <function>json_encode</function>) if
26
+
you need to pass serialized data to the user.
27
+
</para>
28
+
</warning>
16
29
</preface>
17
30
<!-- }}} -->
18
31
...
...
@@ -22,7 +35,6 @@
22
35
&reference.wddx.reference;
23
36

24
37
</book>
25
-

26
38
<!-- Keep this comment at the end of the file
27
39
Local variables:
28
40
mode: sgml
29
41