Skip to content

Commit

Permalink
Discourage the use of ArrayObject
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mumumu committed Dec 8, 2024
1 parent e14a90c commit 16bbe93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion reference/spl/arrayobject.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2a8b2f1c53edae923b5bb196183e476e5cca46a3 Maintainer: mumumu Status: ready -->
<!-- EN-Revision: 3994d010e9374ae4f56707cbb22b1811a4cc1963 Maintainer: mumumu Status: ready -->
<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">
<title>ArrayObject クラス</title>
<titleabbrev>ArrayObject</titleabbrev>
Expand All @@ -13,6 +13,11 @@
<para>
このクラスは、オブジェクトを配列として動作させます。
</para>
<note>
<simpara>
このクラスには概念的な欠陥があります。
そのため、使うべきではありません。
</simpara>
</section>
<!-- }}} -->

Expand Down

0 comments on commit 16bbe93

Please sign in to comment.