Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
ed25dc9c
Unverified
Commit
ed25dc9c
authored
Oct 03, 2018
by
Marco Pivetta
Committed by
GitHub
Oct 03, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3307 from morozov/sqlsrv-latest
Test against the latest stable sqlsrv extension
parents
b45ed5e1
66685dc4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.appveyor.yml
.appveyor.yml
+2
-2
install-mssql-pdo_sqlsrv.sh
tests/travis/install-mssql-pdo_sqlsrv.sh
+1
-1
install-mssql-sqlsrv.sh
tests/travis/install-mssql-sqlsrv.sh
+1
-1
No files found.
.appveyor.yml
View file @
ed25dc9c
...
...
@@ -68,8 +68,8 @@ install:
Add-Content php.ini "`n extension=php_curl.dll"
Add-Content php.ini "`n curl.cainfo=C:\tools\cacert\bundle.pem"
# Get and install the
MSSQL
DLL's
$DLLVersion =
"5.2.0"
# Get and install the
latest stable sqlsrv
DLL's
$DLLVersion =
(Invoke-WebRequest "https://pecl.php.net/rest/r/sqlsrv/stable.txt").Content
cd c:\tools\php\ext
$source = "https://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
$destination = "c:\tools\php\ext\php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
...
...
tests/travis/install-mssql-pdo_sqlsrv.sh
View file @
ed25dc9c
...
...
@@ -3,4 +3,4 @@
set
-ex
echo
"Installing extension"
pecl
install
pdo_sqlsrv
-5.2.0
pecl
install
pdo_sqlsrv
tests/travis/install-mssql-sqlsrv.sh
View file @
ed25dc9c
...
...
@@ -3,4 +3,4 @@
set
-ex
echo
"Installing extension"
pecl
install
sqlsrv
-5.2.0
pecl
install
sqlsrv
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment