diff --git a/appendices/aliases.xml b/appendices/aliases.xml
index 103cc932cd..4a1b4e4da0 100644
--- a/appendices/aliases.xml
+++ b/appendices/aliases.xml
@@ -333,7 +333,7 @@
ociassignelem
- OCICollection::assignElem
+ OCICollection::assignElemOCI8
@@ -348,32 +348,32 @@
ocicloselob
- OCILob::close
+ OCILob::closeOCI8ocicollappend
- OCICollection::append
+ OCICollection::appendOCI8ocicollassign
- OCICollection::assign
+ OCICollection::assignOCI8ocicollmax
- OCICollection::max
+ OCICollection::maxOCI8ocicollsize
- OCICollection::size
+ OCICollection::sizeOCI8ocicolltrim
- OCICollection::trim
+ OCICollection::trimOCI8
@@ -448,7 +448,7 @@
ocifreecollection
- OCICollection::free
+ OCICollection::freeOCI8
@@ -468,7 +468,7 @@
ocigetelem
- OCICollection::getElem
+ OCICollection::getElemOCI8
@@ -478,7 +478,7 @@
ociloadlob
- OCILob::load
+ OCILob::loadOCI8
@@ -538,12 +538,12 @@
ocisavelob
- OCILob::save
+ OCILob::saveOCI8ocisavelobfile
- OCILob::import
+ OCILob::importOCI8
@@ -563,12 +563,12 @@
ociwritelobtofile
- OCILob::export
+ OCILob::exportOCI8ociwritetemporarylob
- OCILob::writeTemporary
+ OCILob::writeTemporaryOCI8
diff --git a/reference/oci8/book.xml b/reference/oci8/book.xml
index c1218a11b8..f2a7f002e4 100644
--- a/reference/oci8/book.xml
+++ b/reference/oci8/book.xml
@@ -28,8 +28,8 @@
&reference.oci8.dtrace;
&reference.oci8.datatypes;
&reference.oci8.reference;
- &reference.oci8.OCI-Collection;
- &reference.oci8.OCI-Lob;
+ &reference.oci8.ocicollection;
+ &reference.oci8.ocilob;
&reference.oci8.aliases;
diff --git a/reference/oci8/constants.xml b/reference/oci8/constants.xml
index 5a39961e32..54be140719 100644
--- a/reference/oci8/constants.xml
+++ b/reference/oci8/constants.xml
@@ -86,7 +86,7 @@
OCI_LOB_BUFFER_FREE
- Used with to free
+ Used with to free
buffers used.
@@ -126,19 +126,19 @@
OCI_SEEK_CUR
- Used with to set the seek position.
+ Used with to set the seek position.
OCI_SEEK_END
- Used with to set the seek position.
+ Used with to set the seek position.
OCI_SEEK_SET
- Used with to set the seek position.
+ Used with to set the seek position.
@@ -168,14 +168,14 @@
OCI_TEMP_BLOB
- Used with
+ Used with
to indicate that a temporary BLOB should be created.
OCI_TEMP_CLOB
- Used with
+ Used with
to indicate that a temporary CLOB should be created.
diff --git a/reference/oci8/functions/oci-free-descriptor.xml b/reference/oci8/functions/oci-free-descriptor.xml
index 50c546dff0..59fcf09867 100644
--- a/reference/oci8/functions/oci-free-descriptor.xml
+++ b/reference/oci8/functions/oci-free-descriptor.xml
@@ -44,7 +44,7 @@
&reftitle.notes;
- This function is commonly used as a method OCILOB::free.
+ This function is commonly used as a method OCILOB::free.
@@ -54,7 +54,7 @@
&reftitle.seealso;
- OCILOB::free
+ OCILOB::free
diff --git a/reference/oci8/functions/oci-new-collection.xml b/reference/oci8/functions/oci-new-collection.xml
index 409ceb8d69..7e4202eb23 100644
--- a/reference/oci8/functions/oci-new-collection.xml
+++ b/reference/oci8/functions/oci-new-collection.xml
@@ -87,7 +87,7 @@
&reftitle.notes;
- The OCICollection class was called OCI-Collection prior to PHP 8 and OCI8 3.0.0.
+ The OCICollection class was called OCI-Collection prior to PHP 8 and OCI8 3.0.0.
diff --git a/reference/oci8/functions/oci-set-prefetch-lob.xml b/reference/oci8/functions/oci-set-prefetch-lob.xml
index bb1ee7cb56..73b8835533 100644
--- a/reference/oci8/functions/oci-set-prefetch-lob.xml
+++ b/reference/oci8/functions/oci-set-prefetch-lob.xml
@@ -22,7 +22,7 @@
between PHP and the database. Memory usage will change.
- The value affects LOBs returned as OCI-Lob instances and also those returned
+ The value affects LOBs returned as OCILob instances and also those returned
using OCI_RETURN_LOBS.
diff --git a/reference/oci8/ini.xml b/reference/oci8/ini.xml
index 41e4db0808..1a452d19ec 100644
--- a/reference/oci8/ini.xml
+++ b/reference/oci8/ini.xml
@@ -304,7 +304,7 @@
usage will change.
- The value affects LOBs returned as OCI-Lob instances and also those
+ The value affects LOBs returned as OCILob instances and also those
returned using OCI_RETURN_LOBS.
diff --git a/reference/oci8/OCI-Collection.xml b/reference/oci8/ocicollection.xml
similarity index 67%
rename from reference/oci8/OCI-Collection.xml
rename to reference/oci8/ocicollection.xml
index 35cfba7d16..e239b62c7c 100644
--- a/reference/oci8/OCI-Collection.xml
+++ b/reference/oci8/ocicollection.xml
@@ -1,27 +1,27 @@
-
+The OCICollection classOCICollection
-
+
&reftitle.intro;
OCI8 Collection functionality.
- The OCI-Collection class was renamed to OCICollection in PHP 8 OCI8 3.0.0 to align with PHP naming standards.
+ The OCI-Collection class was renamed to OCICollection in PHP 8 OCI8 3.0.0 to align with PHP naming standards.
-
+
&reftitle.classsynopsis;
@@ -37,7 +37,7 @@
&Methods;
-
+
@@ -47,7 +47,7 @@
- &reference.oci8.entities.OCI-Collection;
+ &reference.oci8.entities.ocicollection;
-
+OCICollection::appendAppends element to the collection
@@ -67,7 +67,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Collection/assign.xml b/reference/oci8/ocicollection/assign.xml
similarity index 92%
rename from reference/oci8/OCI-Collection/assign.xml
rename to reference/oci8/ocicollection/assign.xml
index 6d9eac3f43..070c500873 100644
--- a/reference/oci8/OCI-Collection/assign.xml
+++ b/reference/oci8/ocicollection/assign.xml
@@ -1,6 +1,6 @@
-
+OCICollection::assignAssigns a value to the collection from another existing collection
@@ -27,7 +27,7 @@
from
- An instance of OCI-Collection.
+ An instance of OCICollection.
@@ -69,7 +69,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Collection/assignElem.xml b/reference/oci8/ocicollection/assignElem.xml
similarity index 94%
rename from reference/oci8/OCI-Collection/assignElem.xml
rename to reference/oci8/ocicollection/assignElem.xml
index c8fa829449..fd9bc5bf7b 100644
--- a/reference/oci8/OCI-Collection/assignElem.xml
+++ b/reference/oci8/ocicollection/assignElem.xml
@@ -1,6 +1,6 @@
-
+OCICollection::assignElemAssigns a value to the element of the collection
@@ -76,7 +76,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Collection/free.xml b/reference/oci8/ocicollection/free.xml
similarity index 96%
rename from reference/oci8/OCI-Collection/free.xml
rename to reference/oci8/ocicollection/free.xml
index 68cda3ff08..ca84c5bcb6 100644
--- a/reference/oci8/OCI-Collection/free.xml
+++ b/reference/oci8/ocicollection/free.xml
@@ -1,6 +1,6 @@
-
+OCICollection::freeFrees the resources associated with the collection object
diff --git a/reference/oci8/OCI-Collection/getElem.xml b/reference/oci8/ocicollection/getElem.xml
similarity index 94%
rename from reference/oci8/OCI-Collection/getElem.xml
rename to reference/oci8/ocicollection/getElem.xml
index 51749bfbf1..3c644828fe 100644
--- a/reference/oci8/OCI-Collection/getElem.xml
+++ b/reference/oci8/ocicollection/getElem.xml
@@ -1,6 +1,6 @@
-
+OCICollection::getElemReturns value of the element
@@ -69,7 +69,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Collection/max.xml b/reference/oci8/ocicollection/max.xml
similarity index 93%
rename from reference/oci8/OCI-Collection/max.xml
rename to reference/oci8/ocicollection/max.xml
index 726e84a319..3dcbd0dfbe 100644
--- a/reference/oci8/OCI-Collection/max.xml
+++ b/reference/oci8/ocicollection/max.xml
@@ -1,6 +1,6 @@
-
+OCICollection::maxReturns the maximum number of elements in the collection
@@ -59,7 +59,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Collection/size.xml b/reference/oci8/ocicollection/size.xml
similarity index 93%
rename from reference/oci8/OCI-Collection/size.xml
rename to reference/oci8/ocicollection/size.xml
index ab75a8938b..2aaaf249f0 100644
--- a/reference/oci8/OCI-Collection/size.xml
+++ b/reference/oci8/ocicollection/size.xml
@@ -1,6 +1,6 @@
-
+OCICollection::sizeReturns size of the collection
@@ -56,7 +56,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Collection/trim.xml b/reference/oci8/ocicollection/trim.xml
similarity index 93%
rename from reference/oci8/OCI-Collection/trim.xml
rename to reference/oci8/ocicollection/trim.xml
index baf7881c34..275b432083 100644
--- a/reference/oci8/OCI-Collection/trim.xml
+++ b/reference/oci8/ocicollection/trim.xml
@@ -1,6 +1,6 @@
-
+OCICollection::trimTrims elements from the end of the collection
@@ -68,7 +68,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob.xml b/reference/oci8/ocilob.xml
similarity index 68%
rename from reference/oci8/OCI-Lob.xml
rename to reference/oci8/ocilob.xml
index 16d9625c98..5c5b0f7e0a 100644
--- a/reference/oci8/OCI-Lob.xml
+++ b/reference/oci8/ocilob.xml
@@ -1,26 +1,26 @@
-
+The OCILob classOCILob
-
+
&reftitle.intro;
OCI8 LOB functionality for large binary (BLOB) and character (CLOB) objects.
- The OCI-Lob class was renamed to OCILob in PHP 8 and PECL OCI8 3.0.0 to align with PHP naming standards.
+ The OCI-Lob class was renamed to OCILob in PHP 8 and PECL OCI8 3.0.0 to align with PHP naming standards.
-
+
&reftitle.classsynopsis;
@@ -36,7 +36,7 @@
&Methods;
-
+
@@ -46,7 +46,7 @@
- &reference.oci8.entities.OCI-Lob;
+ &reference.oci8.entities.ocilob;
-
+OCILob::appendAppends data from the large object to another large object
@@ -18,7 +18,7 @@
Writing to the large object with this method will fail if buffering was
previously enabled. You must disable buffering before appending. You may
- need to flush buffers with before
+ need to flush buffers with before
disabling buffering.
@@ -73,9 +73,9 @@
&reftitle.seealso;
-
-
-
+
+
+
diff --git a/reference/oci8/OCI-Lob/close.xml b/reference/oci8/ocilob/close.xml
similarity index 90%
rename from reference/oci8/OCI-Lob/close.xml
rename to reference/oci8/ocilob/close.xml
index 32b4b45ea4..5ac8c52e25 100644
--- a/reference/oci8/OCI-Lob/close.xml
+++ b/reference/oci8/ocilob/close.xml
@@ -1,6 +1,6 @@
-
+OCILob::closeCloses LOB descriptor
@@ -14,7 +14,7 @@
Closes descriptor of LOB or FILE. This function should be used only with
- .
+ .
@@ -57,7 +57,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/eof.xml b/reference/oci8/ocilob/eof.xml
similarity index 92%
rename from reference/oci8/OCI-Lob/eof.xml
rename to reference/oci8/ocilob/eof.xml
index f73b0a0d39..91d7dab9a5 100644
--- a/reference/oci8/OCI-Lob/eof.xml
+++ b/reference/oci8/ocilob/eof.xml
@@ -1,6 +1,6 @@
-
+OCILob::eofTests for end-of-file on a large object's descriptor
@@ -57,7 +57,7 @@
&reftitle.notes;
- This function will return an Oracle error if is enabled on the LOB.
+ This function will return an Oracle error if is enabled on the LOB.
@@ -66,7 +66,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/erase.xml b/reference/oci8/ocilob/erase.xml
similarity index 95%
rename from reference/oci8/OCI-Lob/erase.xml
rename to reference/oci8/ocilob/erase.xml
index db2082c144..3026e26f05 100644
--- a/reference/oci8/OCI-Lob/erase.xml
+++ b/reference/oci8/ocilob/erase.xml
@@ -1,6 +1,6 @@
-
+OCILob::eraseErases a specified portion of the internal LOB data
@@ -86,7 +86,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/export.xml b/reference/oci8/ocilob/export.xml
similarity index 95%
rename from reference/oci8/OCI-Lob/export.xml
rename to reference/oci8/ocilob/export.xml
index bf59339d62..b13281850d 100644
--- a/reference/oci8/OCI-Lob/export.xml
+++ b/reference/oci8/ocilob/export.xml
@@ -1,6 +1,6 @@
-
+OCILob::exportExports LOB's contents to a file
@@ -91,7 +91,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/flush.xml b/reference/oci8/ocilob/flush.xml
similarity index 93%
rename from reference/oci8/OCI-Lob/flush.xml
rename to reference/oci8/ocilob/flush.xml
index 1b15bb153d..98d438c394 100644
--- a/reference/oci8/OCI-Lob/flush.xml
+++ b/reference/oci8/ocilob/flush.xml
@@ -1,6 +1,6 @@
-
+OCILob::flushFlushes/writes buffer of the LOB to the server
@@ -76,8 +76,8 @@
&reftitle.seealso;
-
-
+
+
diff --git a/reference/oci8/OCI-Lob/free.xml b/reference/oci8/ocilob/free.xml
similarity index 96%
rename from reference/oci8/OCI-Lob/free.xml
rename to reference/oci8/ocilob/free.xml
index cf917a2a41..d0a71b850b 100644
--- a/reference/oci8/OCI-Lob/free.xml
+++ b/reference/oci8/ocilob/free.xml
@@ -1,6 +1,6 @@
-
+OCILob::freeFrees resources associated with the LOB descriptor
diff --git a/reference/oci8/OCI-Lob/getBuffering.xml b/reference/oci8/ocilob/getBuffering.xml
similarity index 93%
rename from reference/oci8/OCI-Lob/getBuffering.xml
rename to reference/oci8/ocilob/getBuffering.xml
index b75f4266ef..ea993e4f26 100644
--- a/reference/oci8/OCI-Lob/getBuffering.xml
+++ b/reference/oci8/ocilob/getBuffering.xml
@@ -1,6 +1,6 @@
-
+OCILob::getBufferingReturns current state of buffering for the large object
@@ -57,7 +57,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/import.xml b/reference/oci8/ocilob/import.xml
similarity index 91%
rename from reference/oci8/OCI-Lob/import.xml
rename to reference/oci8/ocilob/import.xml
index 9b7f9ddb91..7e1dd7e1cc 100644
--- a/reference/oci8/OCI-Lob/import.xml
+++ b/reference/oci8/ocilob/import.xml
@@ -1,6 +1,6 @@
-
+OCILob::importImports file data to the LOB
@@ -68,8 +68,8 @@
&reftitle.seealso;
-
-
+
+
diff --git a/reference/oci8/OCI-Lob/load.xml b/reference/oci8/ocilob/load.xml
similarity index 91%
rename from reference/oci8/OCI-Lob/load.xml
rename to reference/oci8/ocilob/load.xml
index 84c3387aaa..3a593fb871 100644
--- a/reference/oci8/OCI-Lob/load.xml
+++ b/reference/oci8/ocilob/load.xml
@@ -1,6 +1,6 @@
-
+OCILob::loadReturns large object's contents
@@ -16,7 +16,7 @@
Returns large object's contents. As script execution is terminated
when the memory_limit is reached,
ensure that the LOB does not exceed this limit. In most cases it's
- recommended to use instead.
+ recommended to use instead.
@@ -59,7 +59,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/read.xml b/reference/oci8/ocilob/read.xml
similarity index 93%
rename from reference/oci8/OCI-Lob/read.xml
rename to reference/oci8/ocilob/read.xml
index 393c636df0..84ed6a979c 100644
--- a/reference/oci8/OCI-Lob/read.xml
+++ b/reference/oci8/ocilob/read.xml
@@ -1,6 +1,6 @@
-
+OCILob::readReads part of the large object
@@ -73,8 +73,8 @@
&reftitle.seealso;
-
-
+
+
diff --git a/reference/oci8/OCI-Lob/rewind.xml b/reference/oci8/ocilob/rewind.xml
similarity index 91%
rename from reference/oci8/OCI-Lob/rewind.xml
rename to reference/oci8/ocilob/rewind.xml
index 07bdc7a423..09ff24e7c2 100644
--- a/reference/oci8/OCI-Lob/rewind.xml
+++ b/reference/oci8/ocilob/rewind.xml
@@ -1,6 +1,6 @@
-
+OCILob::rewindMoves the internal pointer to the beginning of the large object
@@ -56,8 +56,8 @@
&reftitle.seealso;
-
-
+
+
diff --git a/reference/oci8/OCI-Lob/save.xml b/reference/oci8/ocilob/save.xml
similarity index 93%
rename from reference/oci8/OCI-Lob/save.xml
rename to reference/oci8/ocilob/save.xml
index fce98fb04d..fa64f63354 100644
--- a/reference/oci8/OCI-Lob/save.xml
+++ b/reference/oci8/ocilob/save.xml
@@ -1,6 +1,6 @@
-
+OCILob::saveSaves data to the large object
@@ -76,8 +76,8 @@
&reftitle.seealso;
-
-
+
+
diff --git a/reference/oci8/OCI-Lob/saveFile.xml b/reference/oci8/ocilob/saveFile.xml
similarity index 94%
rename from reference/oci8/OCI-Lob/saveFile.xml
rename to reference/oci8/ocilob/saveFile.xml
index 95be2e3606..6fef355f05 100644
--- a/reference/oci8/OCI-Lob/saveFile.xml
+++ b/reference/oci8/ocilob/saveFile.xml
@@ -1,6 +1,6 @@
-
+OCILob::saveFile&Alias; OCILob::import
diff --git a/reference/oci8/OCI-Lob/seek.xml b/reference/oci8/ocilob/seek.xml
similarity index 93%
rename from reference/oci8/OCI-Lob/seek.xml
rename to reference/oci8/ocilob/seek.xml
index 10810cc024..37a0e9828f 100644
--- a/reference/oci8/OCI-Lob/seek.xml
+++ b/reference/oci8/ocilob/seek.xml
@@ -1,6 +1,6 @@
-
+OCILob::seekSets the internal pointer of the large object
@@ -92,9 +92,9 @@
&reftitle.seealso;
-
-
-
+
+
+
diff --git a/reference/oci8/OCI-Lob/setBuffering.xml b/reference/oci8/ocilob/setBuffering.xml
similarity index 94%
rename from reference/oci8/OCI-Lob/setBuffering.xml
rename to reference/oci8/ocilob/setBuffering.xml
index c702850535..b591a7b861 100644
--- a/reference/oci8/OCI-Lob/setBuffering.xml
+++ b/reference/oci8/ocilob/setBuffering.xml
@@ -1,6 +1,6 @@
-
+OCILob::setBufferingChanges current state of buffering for the large object
@@ -77,7 +77,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/size.xml b/reference/oci8/ocilob/size.xml
similarity index 96%
rename from reference/oci8/OCI-Lob/size.xml
rename to reference/oci8/ocilob/size.xml
index ce4076459f..1335745c28 100644
--- a/reference/oci8/OCI-Lob/size.xml
+++ b/reference/oci8/ocilob/size.xml
@@ -1,6 +1,6 @@
-
+OCILob::sizeReturns size of large object
diff --git a/reference/oci8/OCI-Lob/tell.xml b/reference/oci8/ocilob/tell.xml
similarity index 89%
rename from reference/oci8/OCI-Lob/tell.xml
rename to reference/oci8/ocilob/tell.xml
index 60e9ccbb0c..f3f543b9fb 100644
--- a/reference/oci8/OCI-Lob/tell.xml
+++ b/reference/oci8/ocilob/tell.xml
@@ -1,6 +1,6 @@
-
+OCILob::tellReturns the current position of internal pointer of large object
@@ -57,9 +57,9 @@
&reftitle.seealso;
-
-
-
+
+
+
diff --git a/reference/oci8/OCI-Lob/truncate.xml b/reference/oci8/ocilob/truncate.xml
similarity index 94%
rename from reference/oci8/OCI-Lob/truncate.xml
rename to reference/oci8/ocilob/truncate.xml
index 5e01ca6177..09822951ce 100644
--- a/reference/oci8/OCI-Lob/truncate.xml
+++ b/reference/oci8/ocilob/truncate.xml
@@ -1,6 +1,6 @@
-
+OCILob::truncateTruncates large object
@@ -69,7 +69,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/write.xml b/reference/oci8/ocilob/write.xml
similarity index 95%
rename from reference/oci8/OCI-Lob/write.xml
rename to reference/oci8/ocilob/write.xml
index 191382552a..a3212958a9 100644
--- a/reference/oci8/OCI-Lob/write.xml
+++ b/reference/oci8/ocilob/write.xml
@@ -1,6 +1,6 @@
-
+OCILob::writeWrites data to the large object
@@ -85,7 +85,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/writeTemporary.xml b/reference/oci8/ocilob/writeTemporary.xml
similarity index 93%
rename from reference/oci8/OCI-Lob/writeTemporary.xml
rename to reference/oci8/ocilob/writeTemporary.xml
index a242d509fb..705c47b3fa 100644
--- a/reference/oci8/OCI-Lob/writeTemporary.xml
+++ b/reference/oci8/ocilob/writeTemporary.xml
@@ -1,6 +1,6 @@
-
+OCILob::writeTemporaryWrites a temporary large object
@@ -18,7 +18,7 @@
to it.
- You should use when you are done
+ You should use when you are done
with this object.
@@ -90,7 +90,7 @@
&reftitle.seealso;
-
+
diff --git a/reference/oci8/OCI-Lob/writeToFile.xml b/reference/oci8/ocilob/writeToFile.xml
similarity index 95%
rename from reference/oci8/OCI-Lob/writeToFile.xml
rename to reference/oci8/ocilob/writeToFile.xml
index 07a80ae9dd..9e40a59223 100644
--- a/reference/oci8/OCI-Lob/writeToFile.xml
+++ b/reference/oci8/ocilob/writeToFile.xml
@@ -1,6 +1,6 @@
-
+OCILob::writeToFile&Alias; OCILob::export
diff --git a/reference/oci8/oldaliases/ocicloselob.xml b/reference/oci8/oldaliases/ocicloselob.xml
index 03bbcde900..2d14661995 100644
--- a/reference/oci8/oldaliases/ocicloselob.xml
+++ b/reference/oci8/oldaliases/ocicloselob.xml
@@ -3,12 +3,12 @@
ocicloselob
- &Alias; OCI-Lob::close
+ &Alias; OCILob::close
&reftitle.description;
- &Alias; OCI-Lob::close
+ &Alias; OCILob::close
&warn.deprecated.alias-5-4-0;
diff --git a/reference/oci8/oldaliases/ocifreedesc.xml b/reference/oci8/oldaliases/ocifreedesc.xml
index f59f4b1e9c..fcad98ff79 100644
--- a/reference/oci8/oldaliases/ocifreedesc.xml
+++ b/reference/oci8/oldaliases/ocifreedesc.xml
@@ -3,12 +3,12 @@
ocifreedesc
- &Alias; OCI-Lob::free
+ &Alias; OCILob::free
&reftitle.description;
- &Alias; OCI-Lob::free
+ &Alias; OCILob::free
&warn.deprecated.alias-5-4-0;
diff --git a/reference/oci8/oldaliases/ociloadlob.xml b/reference/oci8/oldaliases/ociloadlob.xml
index a302e5d22e..952fd3b836 100644
--- a/reference/oci8/oldaliases/ociloadlob.xml
+++ b/reference/oci8/oldaliases/ociloadlob.xml
@@ -3,12 +3,12 @@
ociloadlob
- &Alias; OCI-Lob::load
+ &Alias; OCILob::load
&reftitle.description;
- &Alias; OCI-Lob::load
+ &Alias; OCILob::load
&warn.deprecated.alias-5-4-0;
diff --git a/reference/oci8/oldaliases/ocisavelob.xml b/reference/oci8/oldaliases/ocisavelob.xml
index 0a59cda4a7..e078d75c94 100644
--- a/reference/oci8/oldaliases/ocisavelob.xml
+++ b/reference/oci8/oldaliases/ocisavelob.xml
@@ -3,12 +3,12 @@
ocisavelob
- &Alias; OCI-Lob::save
+ &Alias; OCILob::save
&reftitle.description;
- &Alias; OCI-Lob::save
+ &Alias; OCILob::save
&warn.deprecated.alias-5-4-0;
diff --git a/reference/oci8/oldaliases/ocisavelobfile.xml b/reference/oci8/oldaliases/ocisavelobfile.xml
index 48b2c459f6..d1e504b079 100644
--- a/reference/oci8/oldaliases/ocisavelobfile.xml
+++ b/reference/oci8/oldaliases/ocisavelobfile.xml
@@ -3,12 +3,12 @@
ocisavelobfile
- &Alias; OCI-Lob::import
+ &Alias; OCILob::import
&reftitle.description;
- &Alias; OCI-Lob::import
+ &Alias; OCILob::import
&warn.deprecated.alias-5-4-0;
diff --git a/reference/oci8/oldaliases/ociwritelobtofile.xml b/reference/oci8/oldaliases/ociwritelobtofile.xml
index 585244773b..cb0406c6b2 100644
--- a/reference/oci8/oldaliases/ociwritelobtofile.xml
+++ b/reference/oci8/oldaliases/ociwritelobtofile.xml
@@ -3,12 +3,12 @@
ociwritelobtofile
- &Alias; OCI-Lob::export
+ &Alias; OCILob::export
&reftitle.description;
- &Alias; OCI-Lob::export
+ &Alias; OCILob::export
&warn.deprecated.alias-5-4-0;
diff --git a/reference/oci8/oldaliases/ociwritetemporarylob.xml b/reference/oci8/oldaliases/ociwritetemporarylob.xml
index 8efd147189..3203e56e8e 100644
--- a/reference/oci8/oldaliases/ociwritetemporarylob.xml
+++ b/reference/oci8/oldaliases/ociwritetemporarylob.xml
@@ -3,12 +3,12 @@
ociwritetemporarylob
- &Alias; OCI-Lob::writeTemporary
+ &Alias; OCILob::writeTemporary
&reftitle.description;
- &Alias; OCI-Lob::writeTemporary
+ &Alias; OCILob::writeTemporary
&warn.deprecated.alias-5-4-0;