зеркало из https://github.com/microsoft/msphpsql.git
Use https for fwlinks
This commit is contained in:
Родитель
a1ef7ef042
Коммит
cc303c5904
|
@ -59,7 +59,7 @@ pdo_error PDO_ERRORS[] = {
|
|||
{ IMSSP, (SQLCHAR*) "This extension requires the Microsoft ODBC Driver for SQL Server to "
|
||||
"communicate with SQL Server. Access the following URL to download the ODBC Driver for SQL Server "
|
||||
"for %1!s!: "
|
||||
"http://go.microsoft.com/fwlink/?LinkId=163712", -1, true }
|
||||
"https://go.microsoft.com/fwlink/?LinkId=163712", -1, true }
|
||||
},
|
||||
{
|
||||
SQLSRV_ERROR_ZEND_HASH,
|
||||
|
|
|
@ -302,7 +302,7 @@ ss_error SS_ERRORS[] = {
|
|||
SQLSRV_ERROR_DRIVER_NOT_INSTALLED,
|
||||
{ IMSSP, (SQLCHAR*) "This extension requires the Microsoft ODBC Driver for SQL Server. "
|
||||
"Access the following URL to download the ODBC Driver for SQL Server for %1!s!: "
|
||||
"http://go.microsoft.com/fwlink/?LinkId=163712", -49, true }
|
||||
"https://go.microsoft.com/fwlink/?LinkId=163712", -49, true }
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче