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
ffc0a6d7
Commit
ffc0a6d7
authored
May 14, 2018
by
Walt Sorensen
Committed by
photodude
May 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MSSQL DLL 5.2.0 has been released.
parent
7021bdf7
Changes
3
Hide 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 @
ffc0a6d7
...
...
@@ -69,7 +69,7 @@ install:
Add-Content php.ini "`n curl.cainfo=C:\tools\cacert\bundle.pem"
# Get and install the MSSQL DLL's
$DLLVersion = "5.2.0
rc1
"
$DLLVersion = "5.2.0"
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 @
ffc0a6d7
...
...
@@ -3,4 +3,4 @@
set
-ex
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 @
ffc0a6d7
...
...
@@ -3,4 +3,4 @@
set
-ex
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