appendices/migration74/incompatible.xml
c308ed37a98decb1959ed47dc149a43d6c71ec60
...
...
@@ -83,7 +83,7 @@
83
83
<itemizedlist>
84
84
<listitem>
85
85
<simpara>
86
-
<constant>PASSWORD_DEFAULT</constant> was int 1; now is &null;
86
+
<constant>PASSWORD_DEFAULT</constant> was int 1; now is string '2y' (in PHP 7.4.0, 7.4.1, and 7.4.2 it was &null;)
87
87
</simpara>
88
88
</listitem>
89
89
<listitem>
...
...
@@ -213,7 +213,7 @@
213
213
In particular, an <classname>Error</classname> is thrown if the number of
214
214
requested bytes is less than or equal to zero, and an <classname>Exception</classname>
215
215
is thrown if sufficient randomness cannot be gathered.
216
-
The <literal>$crypto_strong output</literal> argument is guaranteed to always
216
+
The <literal>$crypto_strong</literal> output argument is guaranteed to always
217
217
be &true; if the function does not throw, so explicitly checking it is not necessary.
218
218
</para>
219
219
</sect2>
220
220