Skip to content

Commit ae29f73

Browse files
authored
Version update for 5.5.0-preview (#889)
1 parent 76c595f commit ae29f73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+43
-43
lines changed

source/pdo_sqlsrv/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl Contents: the code that will go into the configure script, indicating options,
55
dnl external libraries and includes, and what source files are to be compiled.
66
dnl
7-
dnl Microsoft Drivers 5.4 for PHP for SQL Server
7+
dnl Microsoft Drivers 5.5 for PHP for SQL Server
88
dnl Copyright(c) Microsoft Corporation
99
dnl All rights reserved.
1010
dnl MIT License

source/pdo_sqlsrv/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Contents: JScript build configuration used by buildconf.bat
55
//
6-
// Microsoft Drivers 5.4 for PHP for SQL Server
6+
// Microsoft Drivers 5.5 for PHP for SQL Server
77
// Copyright(c) Microsoft Corporation
88
// All rights reserved.
99
// MIT License

source/pdo_sqlsrv/pdo_dbh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Contents: Implements the PDO object for PDO_SQLSRV
55
//
6-
// Microsoft Drivers 5.4 for PHP for SQL Server
6+
// Microsoft Drivers 5.5 for PHP for SQL Server
77
// Copyright(c) Microsoft Corporation
88
// All rights reserved.
99
// MIT License

source/pdo_sqlsrv/pdo_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Contents: initialization routines for PDO_SQLSRV
55
//
6-
// Microsoft Drivers 5.4 for PHP for SQL Server
6+
// Microsoft Drivers 5.5 for PHP for SQL Server
77
// Copyright(c) Microsoft Corporation
88
// All rights reserved.
99
// MIT License

source/pdo_sqlsrv/pdo_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// Copyright Microsoft Corporation
77
//
8-
// Microsoft Drivers 5.4 for PHP for SQL Server
8+
// Microsoft Drivers 5.5 for PHP for SQL Server
99
// Copyright(c) Microsoft Corporation
1010
// All rights reserved.
1111
// MIT License

source/pdo_sqlsrv/pdo_stmt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Contents: Implements the PDOStatement object for the PDO_SQLSRV
55
//
6-
// Microsoft Drivers 5.4 for PHP for SQL Server
6+
// Microsoft Drivers 5.5 for PHP for SQL Server
77
// Copyright(c) Microsoft Corporation
88
// All rights reserved.
99
// MIT License

source/pdo_sqlsrv/pdo_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Contents: Utility functions used by both connection or statement functions
55
//
6-
// Microsoft Drivers 5.4 for PHP for SQL Server
6+
// Microsoft Drivers 5.5 for PHP for SQL Server
77
// Copyright(c) Microsoft Corporation
88
// All rights reserved.
99
// MIT License

source/pdo_sqlsrv/php_pdo_sqlsrv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
// Contents: Declarations for the extension
88
//
9-
// Microsoft Drivers 5.4 for PHP for SQL Server
9+
// Microsoft Drivers 5.5 for PHP for SQL Server
1010
// Copyright(c) Microsoft Corporation
1111
// All rights reserved.
1212
// MIT License

source/pdo_sqlsrv/template.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Contents: Version resource
55
//
6-
// Microsoft Drivers 5.4 for PHP for SQL Server
6+
// Microsoft Drivers 5.5 for PHP for SQL Server
77
// Copyright(c) Microsoft Corporation
88
// All rights reserved.
99
// MIT License

source/shared/FormattedPrint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Contents: Contains functions for handling Windows format strings
77
// and UTF-16 on non-Windows platforms
88
//
9-
// Microsoft Drivers 5.4 for PHP for SQL Server
9+
// Microsoft Drivers 5.5 for PHP for SQL Server
1010
// Copyright(c) Microsoft Corporation
1111
// All rights reserved.
1212
// MIT License

0 commit comments

Comments
 (0)