svn: /phpdoc/ja/trunk/appendices/migration73/ other-changes.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 03 May 2020 10:17:33 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349737
Log:
Fix constant name
This integrates user note 124973.
Changed paths:
U phpdoc/ja/trunk/appendices/migration73/other-changes.xml
Modified: phpdoc/ja/trunk/appendices/migration73/other-changes.xml
===================================================================
--- phpdoc/ja/trunk/appendices/migration73/other-changes.xml 2020-05-03 02:59:14 UTC (rev 349736)
+++ phpdoc/ja/trunk/appendices/migration73/other-changes.xml 2020-05-03 10:17:33 UTC (rev 349737)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 347407 $ -->
-<!-- EN-Revision: 348566 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 349732 Maintainer: mumumu Status: ready -->
<sect1 xml:id="migration73.other-changes" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>その他の変更</title>
@@ -273,7 +273,7 @@
<para>
SQLite3 データベースは、
新しい <constant>PDO::SQLITE_ATTR_OPEN_FLAGS</constant> 属性を
- <constant>PDO::SQLITE_READONLY</constant> に設定することにより、
+ <constant>PDO::SQLITE_OPEN_READONLY</constant> に設定することにより、
読み取り専用としてオープンできるようになりました。
</para>
</sect2>