svn: /phpdoc/ja/trunk/appendices/migration80/ new-features.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Tue, 24 Nov 2020 22:51:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351607
Log:
rename misspelled methods
Closes GH-228.
Changed paths:
U phpdoc/ja/trunk/appendices/migration80/new-features.xml
Modified: phpdoc/ja/trunk/appendices/migration80/new-features.xml
===================================================================
--- phpdoc/ja/trunk/appendices/migration80/new-features.xml 2020-11-24 22:33:17 UTC (rev 351606)
+++ phpdoc/ja/trunk/appendices/migration80/new-features.xml 2020-11-24 22:51:28 UTC (rev 351607)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 351500 $ -->
-<!-- EN-Revision: 351500 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 351582 Maintainer: mumumu Status: ready -->
<sect1 xml:id="migration80.new-features" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>新機能</title>
@@ -593,13 +593,13 @@
<listitem>
<para>
アーカイブがクローズされている間に行われた更新情報を提供する
- <methodname>ZipArchive::setProgressCallback</methodname> が追加されました。
+ <methodname>ZipArchive::registerProgressCallback</methodname> が追加されました。
</para>
</listitem>
<listitem>
<para>
アーカイブがクローズされている間にキャンセルを許可する
- <methodname>ZipArchive::setCancelCallback</methodname> が追加されました。
+ <methodname>ZipArchive::registerCancelCallback</methodname> が追加されました。
</para>
</listitem>
<listitem>