diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-17 18:08:35 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-17 18:08:35 +0100 |
commit | 1fb0cc743eb087adf0c17ebec2912696c09bbc26 (patch) | |
tree | 263c6a609c4d03ab9a42ecc7f6d8d33822786806 /user_guide_src/source | |
parent | 95c31adc770164f27c8dd678f30c60494827af02 (diff) |
Add support for configuring socket pipe connections in 'mysqli'
Supersedes PR #3415
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 48ef37647..05442d803 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -198,9 +198,10 @@ Release Date: Not Released - Improved support for the MySQLi driver, including: - - OOP style of the PHP extension is now used, instead of the procedural aliases. + - OOP style usage of the PHP extension is now used, instead of the procedural aliases. - 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 configuring socket pipe connections. - Added support for ``backup()`` in :doc:`Database Utilities <database/utilities>`. - Changed methods ``trans_begin()``, ``trans_commit()`` and ``trans_rollback()`` to use the PHP API instead of sending queries. |