mirror of
https://github.com/php/doc-ru.git
synced 2026-03-23 23:32:16 +01:00
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 4d17b7b4947e7819ff5036715dd706be87ae4def Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: 94b069b1154e462a3625cd5a262e8883a44be22a Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<reference xml:id="class.ds-map" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<modifier>const</modifier>
|
||||
<type>int</type>
|
||||
<varname linkend="ds-map.constants.min-capacity">Ds\Map::MIN_CAPACITY</varname>
|
||||
<initializer>16</initializer>
|
||||
<initializer>8</initializer>
|
||||
</fieldsynopsis>
|
||||
|
||||
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
||||
@@ -114,6 +114,12 @@
|
||||
Теперь класс реализует интерфейс <classname>ArrayAccess</classname>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PECL ds 1.2.0</entry>
|
||||
<entry>
|
||||
Значение константы <constant>Ds\Map::MIN_CAPACITY</constant> изменено с 16 на 8.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 54571648dfd9acf775bf5490ad22a9c3fd5e1def Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: 94b069b1154e462a3625cd5a262e8883a44be22a Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<reference xml:id="class.ds-set" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<modifier>const</modifier>
|
||||
<type>int</type>
|
||||
<varname linkend="ds-set.constants.min-capacity">Ds\Set::MIN_CAPACITY</varname>
|
||||
<initializer>16</initializer>
|
||||
<initializer>8</initializer>
|
||||
</fieldsynopsis>
|
||||
|
||||
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
||||
@@ -132,6 +132,12 @@
|
||||
Добавили метод <methodname>Ds\Set::map</methodname>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PECL ds 1.2.0</entry>
|
||||
<entry>
|
||||
Значение константы <constant>Ds\Set::MIN_CAPACITY</constant> изменено с 16 на 8.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 4d17b7b4947e7819ff5036715dd706be87ae4def Maintainer: rjhdby Status: ready -->
|
||||
<!-- EN-Revision: 94b069b1154e462a3625cd5a262e8883a44be22a Maintainer: rjhdby Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<reference xml:id="class.ds-vector" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<modifier>const</modifier>
|
||||
<type>int</type>
|
||||
<varname linkend="ds-vector.constants.min-capacity">Ds\Vector::MIN_CAPACITY</varname>
|
||||
<initializer>10</initializer>
|
||||
<initializer>8</initializer>
|
||||
</fieldsynopsis>
|
||||
|
||||
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
||||
@@ -122,6 +122,12 @@
|
||||
Теперь класс реализует интерфейс <classname>ArrayAccess</classname>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PECL ds 1.2.0</entry>
|
||||
<entry>
|
||||
Значение константы <constant>Ds\Vector::MIN_CAPACITY</constant> изменено с 10 на 8.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
Reference in New Issue
Block a user