summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-01-05 18:49:11 +0100
committerAndrey Andreev <narf@devilix.net>2022-01-05 18:49:11 +0100
commit4d545b6d05976b002829a8f75fe7054591c0b985 (patch)
tree2d78d79541e237d78cc435e9a10d3c7e423231a8 /user_guide_src/source/changelog.rst
parent546e102c3523375150c8e9f1ce4f07a6ea271eb0 (diff)
[ci skip] Drop OCI8-specific get_cursor() and stored_procedure() methods
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index b4278b1cd..704652381 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -76,6 +76,7 @@ Release Date: Not Released
- :doc:`Database <database/index>` changes include:
+ - Removed driver-specific ``$curs_id`` property and ``get_cursor()``, ``stored_procedure()`` methods from OCI8 driver.
- Removed previously deprecated 'sqlite' driver (used for SQLite version 2; no longer shipped with PHP 5.4+).
- Removed method ``db_set_charset()`` and the ability to change a connection character set at runtime.
- Changed method ``initialize()`` to return void and instead throw a ``RuntimeException`` in case of failure.