appendices/migration73/other-changes.xml
97c4cc92207255ea09308d2646441dd61448d924
...
...
@@ -46,9 +46,12 @@
46
46
<term><link linkend="ini.syslog.filter">syslog.filter</link></term>
47
47
<listitem>
48
48
<simpara>
49
-
Specifies the filter type to filter the logged messages. There are three
49
+
Specifies the filter type to filter the logged messages, with the
50
50
supported filter types - <literal>all</literal>,
51
51
<literal>no-ctrl</literal> and <literal>ascii</literal>.
52
+
Starting with PHP 7.3.8, <literal>raw</literal> is also available,
53
+
restoring the way syslog behaved in previous PHP versions.
54
+
This filter will also affect calls to <function>syslog</function>.
52
55
</simpara>
53
56
</listitem>
54
57
</varlistentry>
...
...
@@ -197,7 +200,7 @@
197
200
</para>
198
201
</sect2>
199
202

200
-
<sect2 xml:id="migration72.other-changes.opcache">
203
+
<sect2 xml:id="migration73.other-changes.opcache">
201
204
<title>OPcache</title>
202
205

203
206
<para>
204
207