appendices/migration71/incompatible.xml
19e8122137a1d42ed60f17fe2c0c2b69b0b2d16b
...
...
@@ -143,10 +143,10 @@ Warning: Cannot call func_num_args() dynamically in %s on line %d
143
143
<para>
144
144
<function>mt_rand</function> will now default to using the fixed version of
145
145
the Mersenne Twister algorithm. If deterministic output from
146
-
<function>mt_srand</function> was relied upon, then the
147
-
<constant>MT_RAND_PHP</constant> with the ability to preserve the old
148
-
(incorrect) implementation via an additional optional second parameter to
149
-
<function>mt_srand</function>.
146
+
<function>mt_rand</function> was relied upon, then
147
+
<constant>MT_RAND_PHP</constant> can be used as optional second parameter
148
+
to <function>mt_srand</function> to preserve the old (incorrect)
149
+
implementation.
150
150
</para>
151
151
</sect2>
152
152

...
...
@@ -561,7 +561,7 @@ $f = function ($param) use ($param) {};
561
561
<title>JSON encoding and decoding</title>
562
562
<para>
563
563
The <parameter>serialize_precision</parameter> ini setting now controls the
564
-
serialization precision when encoding doubles.
564
+
serialization precision when encoding <type>float</type>s.
565
565
</para>
566
566
<para>
567
567
Decoding an empty key now results in an empty property name, rather than
568
568