Skip to content

Commit 16bbe93

Browse files
committed
Discourage the use of ArrayObject
See <php/php-src#15775 (comment)>. While a formal deprecation process is pending, it seems prudent to not advertise this class any longer. php/doc-en@3994d01
1 parent e14a90c commit 16bbe93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

reference/spl/arrayobject.xml

Lines changed: 6 additions & 1 deletion
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: 2a8b2f1c53edae923b5bb196183e476e5cca46a3 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 3994d010e9374ae4f56707cbb22b1811a4cc1963 Maintainer: mumumu Status: ready -->
44
<reference xml:id="class.arrayobject" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
55
<title>ArrayObject クラス</title>
66
<titleabbrev>ArrayObject</titleabbrev>
@@ -13,6 +13,11 @@
1313
<para>
1414
このクラスは、オブジェクトを配列として動作させます。
1515
</para>
16+
<note>
17+
<simpara>
18+
このクラスには概念的な欠陥があります。
19+
そのため、使うべきではありません。
20+
</simpara>
1621
</section>
1722
<!-- }}} -->
1823

0 commit comments

Comments
 (0)