Unverified Commit cc405b8f authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3702 from morozov/sqlsrv-5.7.0preview

Updated SQL Server extensions to fix build failures on PHP 7.4
parents 80122862 0dab22fd
......@@ -37,9 +37,6 @@ after_script:
fi
jobs:
allow_failures:
- php: 7.4snapshot
include:
- stage: Smoke Testing
......
......@@ -340,7 +340,9 @@ class SQLServerSchemaManager extends AbstractSchemaManager
$tableOptions = $this->_conn->fetchAssoc($sql);
if ($tableOptions !== false) {
$table->addOption('comment', $tableOptions['table_comment']);
}
return $table;
}
......
......@@ -4,4 +4,4 @@ set -ex
echo "Installing extension"
pecl install pdo_sqlsrv
pecl install pdo_sqlsrv-5.7.0preview
......@@ -4,4 +4,4 @@ set -ex
echo "Installing extension"
pecl install sqlsrv
pecl install sqlsrv-5.7.0preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment