summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-09-13 14:01:08 +0200
committerAndrey Andreev <narf@devilix.net>2013-09-13 14:01:08 +0200
commit3c5ec85c6a6303dfed8cefbbb77f5ce7571967bb (patch)
treea8d4c75a1f390454a252535cc3588d6fa37af043 /user_guide_src/source
parent5932a7354bf46fb0a86794af37da42f715c355bf (diff)
Update MySQLi to use the PHP API for transactions, where possible
Diffstat (limited to 'user_guide_src/source')
-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 3bf2d708f..98036659f 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -181,6 +181,7 @@ Release Date: Not Released
- Server version checking is now done via ``mysqli::$server_info`` instead of running an SQL query.
- Added persistent connections support for PHP >= 5.3.
- Added support for ``backup()`` in :doc:`Database Utilities <database/utilities>`.
+ - Changed methods ``trans_being()``, ``trans_commit()`` and ``trans_rollback()`` to use the PHP API instead of sending queries.
- Improved support of the PDO driver, including: