File tree Expand file tree Collapse file tree 3 files changed +57
-8
lines changed Expand file tree Collapse file tree 3 files changed +57
-8
lines changed Original file line number Diff line number Diff line change 68
68
69
69
<refsect1 role =" errors" >
70
70
&reftitle.errors;
71
- <para >
72
- This method may be called statically, but prior to PHP 8.0.0, will issue an
73
- <constant >E_DEPRECATED</constant > error in this case.
74
- </para >
71
+ <itemizedlist >
72
+ <listitem >
73
+ <simpara >
74
+ Passing an invalid <parameter >encoding</parameter > will throw a
75
+ <exceptionname >ValueError</exceptionname >.
76
+ </simpara >
77
+ </listitem >
78
+ <listitem >
79
+ <simpara >
80
+ This method may be called statically, but prior to PHP 8.0.0, will issue an
81
+ <constant >E_DEPRECATED</constant > error in this case.
82
+ </simpara >
83
+ </listitem >
84
+ </itemizedlist >
75
85
</refsect1 >
76
86
77
87
<refsect1 role =" changelog" >
85
95
</row >
86
96
</thead >
87
97
<tbody >
98
+ <row >
99
+ <entry >8.4.0</entry >
100
+ <entry >
101
+ Passing an invalid <parameter >encoding</parameter > will now throw a
102
+ <exceptionname >ValueError</exceptionname >.
103
+ </entry >
104
+ </row >
88
105
<row >
89
106
<entry >8.0.0</entry >
90
107
<entry >
Original file line number Diff line number Diff line change 68
68
69
69
<refsect1 role =" errors" >
70
70
&reftitle.errors;
71
- <para >
72
- This method may be called statically, but prior to PHP 8.0.0, will issue an
73
- <constant >E_DEPRECATED</constant > error in this case.
74
- </para >
71
+ <itemizedlist >
72
+ <listitem >
73
+ <simpara >
74
+ Passing an invalid <parameter >encoding</parameter > will throw a
75
+ <exceptionname >ValueError</exceptionname >.
76
+ </simpara >
77
+ </listitem >
78
+ <listitem >
79
+ <simpara >
80
+ This method may be called statically, but prior to PHP 8.0.0, will issue an
81
+ <constant >E_DEPRECATED</constant > error in this case.
82
+ </simpara >
83
+ </listitem >
84
+ </itemizedlist >
75
85
</refsect1 >
76
86
77
87
<refsect1 role =" changelog" >
85
95
</row >
86
96
</thead >
87
97
<tbody >
98
+ <row >
99
+ <entry >8.4.0</entry >
100
+ <entry >
101
+ Passing an invalid <parameter >encoding</parameter > will now throw a
102
+ <exceptionname >ValueError</exceptionname >.
103
+ </entry >
104
+ </row >
88
105
<row >
89
106
<entry >8.0.0</entry >
90
107
<entry >
Original file line number Diff line number Diff line change 68
68
</para >
69
69
</refsect1 >
70
70
71
+ <refsect1 role =" errors" >
72
+ &reftitle.errors;
73
+ <simpara >
74
+ Passing an <parameter >encoding</parameter > containing null bytes will
75
+ throw a <exceptionname >ValueError</exceptionname >.
76
+ </simpara >
77
+ </refsect1 >
78
+
71
79
<refsect1 role =" changelog" >
72
80
&reftitle.changelog;
73
81
<informaltable >
79
87
</row >
80
88
</thead >
81
89
<tbody >
90
+ <row >
91
+ <entry >8.4.0</entry >
92
+ <entry >
93
+ Passing an <parameter >encoding</parameter > containing null bytes will
94
+ now throw a <exceptionname >ValueError</exceptionname >.
95
+ </entry >
96
+ </row >
82
97
&xmlwriter.changelog.writer-param;
83
98
</tbody >
84
99
</tgroup >
You can’t perform that action at this time.
0 commit comments