Skip to content

Commit 1e8c91d

Browse files
committed
typo
関数指定が空になっていたバグを修正。typo でごまかさず、ちゃんと変更内容を書きなさい(´ー`; ) php/doc-en@90242f8
1 parent cd87371 commit 1e8c91d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appendices/migration74/other-changes.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 0bc9adb8640f587ed969668a34f6bb2ac414e99a Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 90242f8793566eb87ee35a989912310a7c7c132b Maintainer: mumumu Status: ready -->
44

55
<sect1 xml:id="migration74.other-changes" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<title>その他の変更</title>
@@ -483,7 +483,9 @@
483483
<sect2 xml:id="migration74.other-changes.password">
484484
<title>パスワードハッシュ</title>
485485
<para>
486-
<function>password_hash</function> 関数は、<literal>$algo</literal> に nullable な &string;
486+
<function>password_hash</function> と
487+
<function>password_needs_rehash</function> 関数は、
488+
<literal>$algo</literal> に nullable な &string;
487489
&integer; を受け入れるようになりました。
488490
</para>
489491
</sect2>

0 commit comments

Comments
 (0)