svn: /phpdoc/fr/trunk/reference/oci8/ OCI-Collection/append.xml OCI-Collection/assign.xml OCI-Collection/assignElem.xml OCI-Collection/free.xml OCI-Collection/getElem.xml OCI-Collection/max.xml OCI-Collection/size.xml OCI-Collection/trim.xml OCI-Collection.xml OCI-Lob/append.xml OCI-Lob/close.xml OCI-Lob/eof.xml OCI-Lob/erase.xml OCI-Lob/export.xml OCI-Lob/flush.xml OCI-Lob/free.xml OCI-Lob/getBuffering.xml OCI-Lob/import.xml OCI-Lob/load.xml OCI-Lob/read.xml OCI-Lob/rewind.xml OCI-Lob/save.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Sun, 06 Dec 2020 02:15:50 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351920
Log:
Apply SVN revision 351725
Changed paths:
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/append.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/assign.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/assignElem.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/free.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/getElem.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection/trim.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Collection.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/append.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/close.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/eof.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/erase.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/export.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/flush.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/free.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/getBuffering.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/import.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/read.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/rewind.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/save.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/saveFile.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/seek.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/setBuffering.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/size.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/truncate.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/write.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeTemporary.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeToFile.xml
U phpdoc/fr/trunk/reference/oci8/OCI-Lob.xml
svn-diffs-351920.txt
(text/x-diff, 57.1 KB)
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/append.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/append.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/append.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.append" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::append</refname>
+ <refname>OCICollection::append</refname>
<refpurpose>Ajoute un élément à une collection Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::append</methodname>
+ <type>bool</type><methodname>OCICollection::append</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
@@ -43,6 +42,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/assign.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/assign.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/assign.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.assign" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::assign</refname>
+ <refname>OCICollection::assign</refname>
<refpurpose>Assigne une valeur à une collection depuis une autre collection Oracle</refpurpose>
</refnamediv>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::assign</methodname>
- <methodparam><type>OCI-Collection</type><parameter>from</parameter></methodparam>
+ <type>bool</type><methodname>OCICollection::assign</methodname>
+ <methodparam><type>OCICollection</type><parameter>from</parameter></methodparam>
</methodsynopsis>
<para>
Assigne une valeur à une collection, à partir de la collection
@@ -46,6 +45,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/assignElem.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/assignElem.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/assignElem.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.assignelem" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::assignElem</refname>
+ <refname>OCICollection::assignElem</refname>
<refpurpose>Assigne une valeur à un élément d'une collection Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::assignElem</methodname>
+ <type>bool</type><methodname>OCICollection::assignElem</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
@@ -52,6 +51,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/free.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/free.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/free.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.free" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::free</refname>
+ <refname>OCICollection::free</refname>
<refpurpose>Libère les ressources associées avec un objet de collection</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::free</methodname>
+ <type>bool</type><methodname>OCICollection::free</methodname>
<void />
</methodsynopsis>
<para>
@@ -27,6 +26,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/getElem.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/getElem.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/getElem.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.getelem" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::getElem</refname>
+ <refname>OCICollection::getElem</refname>
<refpurpose>Retourne la valeur d'un élément d'une collection Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>mixed</type><methodname>OCI-Collection::getElem</methodname>
+ <type>mixed</type><methodname>OCICollection::getElem</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
@@ -44,6 +43,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.max" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::max</refname>
+ <refname>OCICollection::max</refname>
<refpurpose>Retourne le nombre maximal de valeurs d'une collection Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Collection::max</methodname>
+ <type>int</type><methodname>OCICollection::max</methodname>
<void />
</methodsynopsis>
<para>
@@ -31,6 +30,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.size" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::size</refname>
+ <refname>OCICollection::size</refname>
<refpurpose>Retourne la taille d'une collection Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Collection::size</methodname>
+ <type>int</type><methodname>OCICollection::size</methodname>
<void />
</methodsynopsis>
<para>
@@ -27,6 +26,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/trim.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/trim.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/trim.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-collection.trim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::trim</refname>
+ <refname>OCICollection::trim</refname>
<refpurpose>Supprime les derniers éléments d'une collection Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::trim</methodname>
+ <type>bool</type><methodname>OCICollection::trim</methodname>
<methodparam><type>int</type><parameter>num</parameter></methodparam>
</methodsynopsis>
<para>
@@ -44,6 +43,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Collection</classname> a été renommée en
+ <classname>OCICollection</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342988 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.OCI-Collection" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
- <title>La classe OCI-Collection</title>
- <titleabbrev>OCI-Collection</titleabbrev>
+ <title>La classe OCICollection</title>
+ <titleabbrev>OCICollection</titleabbrev>
<partintro>
@@ -15,7 +14,13 @@
<para>
Fonctionnalités des collections OCI8 Collection.
</para>
+ <note>
+ <para>
+ The OCI-Collection class was renamed to OCICollection in PHP 8 OCI8 3.0.0 to align with PHP naming standards.
+ </para>
+ </note>
</section>
+
<!-- }}} -->
<section xml:id="OCI-Collection.synopsis">
@@ -23,12 +28,12 @@
<!-- {{{ Synopsis -->
<classsynopsis>
- <ooclass><classname>OCI-Collection</classname></ooclass>
+ <ooclass><classname>OCICollection</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
- <classname>OCI-Collection</classname>
+ <classname>OCICollection</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/append.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/append.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/append.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.append" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::append</refname>
+ <refname>OCILob::append</refname>
<refpurpose>Ajoute des données à un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::append</methodname>
- <methodparam><type>OCI-Lob</type><parameter>lob_from</parameter></methodparam>
+ <type>bool</type><methodname>OCILob::append</methodname>
+ <methodparam><type>OCILob</type><parameter>lob_from</parameter></methodparam>
</methodsynopsis>
<para>
Ajoute des données à un LOB Oracle.
@@ -50,6 +49,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/close.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/close.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/close.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::close</refname>
+ <refname>OCILob::close</refname>
<refpurpose>Ferme un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::close</methodname>
+ <type>bool</type><methodname>OCILob::close</methodname>
<void />
</methodsynopsis>
<para>
@@ -28,6 +27,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/eof.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/eof.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/eof.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331735 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.eof" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::eof</refname>
+ <refname>OCILob::eof</refname>
<refpurpose>Test la fin du LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::eof</methodname>
+ <type>bool</type><methodname>OCILob::eof</methodname>
<void />
</methodsynopsis>
<para>
@@ -38,6 +37,29 @@
</note>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/erase.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/erase.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/erase.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.erase" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::erase</refname>
+ <refname>OCILob::erase</refname>
<refpurpose>Écrase une partie d'un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>int</type><type>false</type></type><methodname>OCI-Lob::erase</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::erase</methodname>
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
@@ -55,6 +54,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/export.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/export.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/export.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.export" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::export</refname>
+ <refname>OCILob::export</refname>
<refpurpose>Exporte un LOB Oracle dans un fichier</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::export</methodname>
+ <type>bool</type><methodname>OCILob::export</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>start</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
@@ -61,6 +60,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/flush.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/flush.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/flush.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.flush" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::flush</refname>
+ <refname>OCILob::flush</refname>
<refpurpose>Écrit les LOB Oracle sur le disque</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::flush</methodname>
+ <type>bool</type><methodname>OCILob::flush</methodname>
<methodparam choice="opt"><type>int</type><parameter>flag</parameter></methodparam>
</methodsynopsis>
<para>
@@ -54,6 +53,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/free.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/free.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/free.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.free" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::free</refname>
+ <refname>OCILob::free</refname>
<refpurpose>Détruit un pointeur de LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::free</methodname>
+ <type>bool</type><methodname>OCILob::free</methodname>
<void />
</methodsynopsis>
<para>
@@ -28,6 +27,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/getBuffering.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.getbuffering" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::getBuffering</refname>
+ <refname>OCILob::getBuffering</refname>
<refpurpose>Retourne l'état de bufferisation LOB d'Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::getBuffering</methodname>
+ <type>bool</type><methodname>OCILob::getBuffering</methodname>
<void/>
</methodsynopsis>
<para>
@@ -28,6 +27,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/import.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/import.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/import.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.import" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::import</refname>
+ <refname>OCILob::import</refname>
<refpurpose>Importe un fichier dans LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::import</methodname>
+ <type>bool</type><methodname>OCILob::import</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
@@ -44,6 +43,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.load" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::load</refname>
+ <refname>OCILob::load</refname>
<refpurpose>Retourne le contenu d'un LOB</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>string</type><methodname>OCI-Lob::load</methodname>
+ <type>string</type><methodname>OCILob::load</methodname>
<void />
</methodsynopsis>
<para>
@@ -32,6 +31,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/read.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/read.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/read.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.read" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::read</refname>
+ <refname>OCILob::read</refname>
<refpurpose>Lit une partie d'un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>string</type><type>false</type></type><methodname>OCI-Lob::read</methodname>
+ <type class="union"><type>string</type><type>false</type></type><methodname>OCILob::read</methodname>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
@@ -49,6 +48,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/rewind.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/rewind.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/rewind.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.rewind" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::rewind</refname>
+ <refname>OCILob::rewind</refname>
<refpurpose>Ramène le pointeur interne d'un LOB Oracle au début</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::rewind</methodname>
+ <type>bool</type><methodname>OCILob::rewind</methodname>
<void />
</methodsynopsis>
<para>
@@ -27,6 +26,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/save.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/save.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/save.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.save" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::save</refname>
+ <refname>OCILob::save</refname>
<refpurpose>Sauvegarde des données dans un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::save</methodname>
+ <type>bool</type><methodname>OCILob::save</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
@@ -52,6 +51,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/saveFile.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/saveFile.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/saveFile.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,21 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322188 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="oci-lob.savefile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::saveFile</refname>
- <refpurpose>&Alias; <function>OCI-Lob::import</function></refpurpose>
+ <refname>OCILob::saveFile</refname>
+ <refpurpose>&Alias; <function>OCILob::import</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <function>OCI-Lob::import</function>.
+ &info.function.alias; <function>OCILob::import</function>.
</simpara>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/seek.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/seek.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/seek.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.seek" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::seek</refname>
+ <refname>OCILob::seek</refname>
<refpurpose>Déplace le pointeur interne d'un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::seek</methodname>
+ <type>bool</type><methodname>OCILob::seek</methodname>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>whence</parameter><initializer><constant>OCI_SEEK_SET</constant></initializer></methodparam>
</methodsynopsis>
@@ -68,6 +67,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/setBuffering.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.setbuffering" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::setBuffering</refname>
+ <refname>OCILob::setBuffering</refname>
<refpurpose>Active/désactive la bufferisation des LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::setBuffering</methodname>
+ <type>bool</type><methodname>OCILob::setBuffering</methodname>
<methodparam><type>bool</type><parameter>on_off</parameter></methodparam>
</methodsynopsis>
<para>
@@ -23,7 +22,7 @@
Utiliser cette fonction apporte des améliorations de performances
par bufferisation des petites lectures et écritures de LOB : le buffer
limite les allers/retours avec le serveur.
- <function>OCI-Lob::flush</function> doit être utilisé pour vider les buffers
+ <function>OCILob::flush</function> doit être utilisé pour vider les buffers
une fois que vous avez fini de travailler avec le LOB.
</para>
</refsect1>
@@ -52,6 +51,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/size.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/size.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/size.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.size" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::size</refname>
+ <refname>OCILob::size</refname>
<refpurpose>Retourne la taille d'un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>int</type><type>false</type></type><methodname>OCI-Lob::size</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::size</methodname>
<void />
</methodsynopsis>
<para>
@@ -28,6 +27,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.tell" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::tell</refname>
+ <refname>OCILob::tell</refname>
<refpurpose>Retourne la position courante du pointeur de LOB</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Lob::tell</methodname>
+ <type>int</type><methodname>OCILob::tell</methodname>
<void />
</methodsynopsis>
<para>
@@ -28,6 +27,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/truncate.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/truncate.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/truncate.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.truncate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::truncate</refname>
+ <refname>OCILob::truncate</refname>
<refpurpose>Tronque un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::truncate</methodname>
+ <type>bool</type><methodname>OCILob::truncate</methodname>
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
@@ -46,6 +45,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/write.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/write.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/write.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.write" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::write</refname>
+ <refname>OCILob::write</refname>
<refpurpose>Écrit des données dans un LOB Oracle</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>int</type><type>false</type></type><methodname>OCI-Lob::write</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::write</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
@@ -55,6 +54,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeTemporary.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.writetemporary" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::writeTemporary</refname>
+ <refname>OCILob::writeTemporary</refname>
<refpurpose>Écrit un LOB Oracle temporaire</refpurpose>
</refnamediv>
@@ -12,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::writeTemporary</methodname>
+ <type>bool</type><methodname>OCILob::writeTemporary</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>lob_type</parameter><initializer>OCI_TEMP_CLOB</initializer></methodparam>
</methodsynopsis>
@@ -64,6 +63,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeToFile.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,21 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322188 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="oci-lob.writetofile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::writeToFile</refname>
- <refpurpose>&Alias; <function>OCI-Lob::export</function></refpurpose>
+ <refname>OCILob::writeToFile</refname>
+ <refpurpose>&Alias; <function>OCILob::export</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <function>OCI-Lob::export</function>.
+ &info.function.alias; <function>OCILob::export</function>.
</simpara>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ La classe <classname>OCI-Lob</classname> a été renommée en
+ <classname>OCILob</classname> pour aligner avec les standards de nommage PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob.xml 2020-12-06 01:23:27 UTC (rev 351919)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob.xml 2020-12-06 02:15:50 UTC (rev 351920)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342988 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.OCI-Lob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
- <title>La classe OCI-Lob</title>
- <titleabbrev>OCI-Lob</titleabbrev>
+ <title>La classe OCILob</title>
+ <titleabbrev>OCILob</titleabbrev>
<partintro>
@@ -15,6 +14,11 @@
<para>
Fonctionnalité OCI8 LOB pour les objets de données binaire large (BLOB) et de charactères (CLOB).
</para>
+ <note>
+ <para>
+ The OCI-Lob class was renamed to OCILob in PHP 8 and PECL OCI8 3.0.0 to align with PHP naming standards.
+ </para>
+ </note>
</section>
<!-- }}} -->
@@ -23,12 +27,12 @@
<!-- {{{ Synopsis -->
<classsynopsis>
- <ooclass><classname>OCI-Lob</classname></ooclass>
+ <ooclass><classname>OCILob</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
- <classname>OCI-Lob</classname>
+ <classname>OCILob</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->