appendices/migration73/incompatible.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -302,11 +302,19 @@ foo(...gen());
302
302
<para>
303
303
Mathematic operations involving <link
304
304
linkend="book.simplexml">SimpleXML</link> objects will now treat the text as
305
-
an <type>integer</type> or <type>float</type>, whichever is more appropriate.
306
-
Previously values were treated as <type>integer</type>s unconditionally.
305
+
an <type>int</type> or <type>float</type>, whichever is more appropriate.
306
+
Previously values were treated as <type>int</type>s unconditionally.
307
307
</para>
308
308
</sect2>
309
309

310
+
<sect2 xml:id="migration73.incompatible.cookie-decode">
311
+
<title>Incoming Cookies</title>
312
+

313
+
<para>
314
+
As of PHP 7.3.23, the <emphasis>names</emphasis> of incoming cookies are no
315
+
longer url-decoded for security reasons.
316
+
</para>
317
+
</sect2>
310
318

311
319
</sect1>
312
320

313
321