Skip to content

Commit a0def0a

Browse files
authored
Merge pull request #485 from v-kaywon/changelog_5.0
Changelog 5.0
2 parents a0896f2 + 9009af2 commit a0def0a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55

6+
## Windows/Linux/MAC 5.0.0-preview - 2017-07-31
7+
Updated PECL release packages. Here is the list of updates:
8+
9+
### Added
10+
- Added support for PHP 7.2 Beta 1
11+
12+
### Changed
13+
- Implementation of PDO::lastInsertId($name) to return the last inserted sequence number if the sequence name is supplied to the function ([lastInsertId](https://github.com/Microsoft/msphpsql/wiki/Features#lastinsertid))
14+
15+
### Removed
16+
- No longer support Ubuntu 15
17+
- Supplying tablename into PDO::lastInsertId($name) no longer return the last inserted row ([lastInsertId](https://github.com/Microsoft/msphpsql/wiki/Features#lastinsertid))
18+
19+
### Limitation
20+
- No support for inout / output params when using sql_variant type
21+
22+
### Known Issues
23+
- When pooling is enabled in Linux or MAC
24+
- unixODBC <= 2.3.4 (Linux and MAC) might not return proper diagnostics information, such as error messages, warnings and informative messages
25+
- due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Connection-Pooling-on-Linux-and-Mac)
26+
627
## Windows/Linux/MAC 4.3.0 - 2017-07-06
728
Production Ready release for SQLSRV and PDO_SQLSRV drivers on Sierra, El Capitan, Debian 8, Ubuntu 15, Ubuntu 16, CentOS 7, and Windows. Here is the changlog since the last Production Ready release.
829

0 commit comments

Comments
 (0)