User tests: Successful: Unsuccessful:
Pull Request for Issue the sqlsrv files we were using are no longer available and/or plagued by DNS issues.
Fix php 5.6 sqlsrv dll downloads on appveyor as the sqlsrv files we were using are no longer available and/or plagued by DNS issues.
includes the changes from #15705
There are no other known source of compiled DLLs for SQLSRV for php 5.6. The official source for sqlsrv php 5.6 via PECL requires compiling the c files to create a DLL. I was able to get the source files during a moment when they were not down due to DNS issues, the files are attached.
php-sqlsrv.zip
these precompiled files were added to a Joomla URL for downloads
official releases
tests pass / code review
supersedes PR #15705
Status | New | ⇒ | Pending |
Category | ⇒ | Unit Tests |
Labels |
Added:
?
?
|
If we have the source files we can throw them on one of our joomla.org
servers. Even if we can find a way to compile them ourselves, we can host them too. We just need to get them.
I'll send you the files.
If you create a new PR with a new link, be sure that you include the change to the sqlite download.
Or I can modify this PR.
I did, I'll be catching up on stuff through the week including this to the extent I can.
The ZIP file is now available at https://cdn.joomla.org/ci/php-sqlsrv.zip
Thanks, I have updated this PR with the new URL
Title |
|
||||||
Status | Pending | ⇒ | Fixed in Code Base | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-11 11:41:36 | ||||
Closed_By | ⇒ | mbabker |
@mbabker Seems the source files for the SQLSRV dlls we are using for php 5.6 are plagued with DNS issues. Is there somewhere we could host the files or shall we just kill php 5.6 testing on appveyor as I propose here.