Skip to content

Commit 0381700

Browse files
authored
Document XSLTProcessor::setParameter() quote fix (#4038)
1 parent eae558e commit 0381700

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

reference/xsl/xsltprocessor/setparameter.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,30 @@
6969
&return.success;
7070
</para>
7171
</refsect1>
72+
73+
<refsect1 role="changelog">
74+
&reftitle.changelog;
75+
<informaltable>
76+
<tgroup cols="2">
77+
<thead>
78+
<row>
79+
<entry>&Version;</entry>
80+
<entry>&Description;</entry>
81+
</row>
82+
</thead>
83+
<tbody>
84+
<row>
85+
<entry>8.4.0</entry>
86+
<entry>
87+
It is now possible to set a parameter value containing both single and
88+
double quotes. Prior to PHP 8.4.0, this resulted in a warning.
89+
</entry>
90+
</row>
91+
</tbody>
92+
</tgroup>
93+
</informaltable>
94+
</refsect1>
95+
7296
<refsect1 role="examples">
7397
&reftitle.examples;
7498
<para>

0 commit comments

Comments
 (0)