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
1f91c2d8
Unverified
Commit
1f91c2d8
authored
May 16, 2018
by
Sergei Morozov
Committed by
GitHub
May 16, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3151 from photodude/patch-8
MSSQL DLL 5.2.0 has been released.
parents
730fec42
ffc0a6d7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.appveyor.yml
.appveyor.yml
+1
-1
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 @
1f91c2d8
...
@@ -69,7 +69,7 @@ install:
...
@@ -69,7 +69,7 @@ install:
Add-Content php.ini "`n curl.cainfo=C:\tools\cacert\bundle.pem"
Add-Content php.ini "`n curl.cainfo=C:\tools\cacert\bundle.pem"
# Get and install the MSSQL DLL's
# Get and install the MSSQL DLL's
$DLLVersion = "5.2.0
rc1
"
$DLLVersion = "5.2.0"
cd c:\tools\php\ext
cd c:\tools\php\ext
$source = "https://windows.php.net/downloads/pecl/releases/sqlsrv/$($DLLVersion)/php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
$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"
$destination = "c:\tools\php\ext\php_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
...
...
tests/travis/install-mssql-pdo_sqlsrv.sh
View file @
1f91c2d8
...
@@ -3,4 +3,4 @@
...
@@ -3,4 +3,4 @@
set
-ex
set
-ex
echo
"Installing extension"
echo
"Installing extension"
pecl
install
pdo_sqlsrv-5.2.0
RC1
pecl
install
pdo_sqlsrv-5.2.0
tests/travis/install-mssql-sqlsrv.sh
View file @
1f91c2d8
...
@@ -3,4 +3,4 @@
...
@@ -3,4 +3,4 @@
set
-ex
set
-ex
echo
"Installing extension"
echo
"Installing extension"
pecl
install
sqlsrv-5.2.0
RC1
pecl
install
sqlsrv-5.2.0
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