reference/oci8/functions/oci-set-prefetch-lob.xml
35dc939fd104d82146846224bf171b048a47b64b
...
...
@@ -22,7 +22,7 @@
22
22
between PHP and the database. Memory usage will change.
23
23
</para>
24
24
<para>
25
-
The value affects LOBs returned as OCI-Lob instances and also those returned
25
+
The value affects LOBs returned as OCILob instances and also those returned
26
26
using <constant>OCI_RETURN_LOBS</constant>.
27
27
</para>
28
28
<para>
...
...
@@ -65,27 +65,6 @@
65
65
</para>
66
66
</refsect1>
67
67

68
-
<refsect1 role="changelog">
69
-
&reftitle.changelog;
70
-
<para>
71
-
<informaltable>
72
-
<tgroup cols="2">
73
-
<thead>
74
-
<row>
75
-
<entry>&Version;</entry>
76
-
<entry>&Description;</entry>
77
-
</row>
78
-
</thead>
79
-
<tbody>
80
-
<row>
81
-
<entry>PECL OCI8 3.2</entry>
82
-
</row>
83
-
</tbody>
84
-
</tgroup>
85
-
</informaltable>
86
-
</para>
87
-
</refsect1>
88
-

89
68
<refsect1 role="examples">
90
69
&reftitle.examples;
91
70
<para>
92
71