Discussion:
[freetds] IPv6 support?
Jari Turkia
2013-07-11 10:38:03 UTC
Permalink
/>>/ I was asking if anybody is willing to write a patch ;-)
/>/
/>/ Yep, I'm working on a new IPv6 patch.
/
Is the patch publicly available somewhere, I'd like to test it with PHP PDO_mssql?
In SVN there are no in6_addr or sockaddr_in6 -structures being used in the code. The only reference I can find about IPv6-support is in the unit tests, which check for socket address family.

Regards,
Jari Turkia
Frediano Ziglio
2013-07-17 11:02:13 UTC
Permalink
2013/7/11 Jari Turkia <jmjt at lut.fi>
2013/1/29 Peter Deacon <peterd at iea-software.com <
/ On 28 January 2013 23:31, Frediano Ziglio <freddy77 at gmail.com <
/>>/ I was asking if anybody is willing to write a patch ;-)
/>/
/>/ Yep, I'm working on a new IPv6 patch.
/
Is the patch publicly available somewhere, I'd like to test it with PHP PDO_mssql?
In SVN there are no in6_addr or sockaddr_in6 -structures being used in the
code. The only reference I can find about IPv6-support is in the unit
tests, which check for socket address family.
Regards,
Jari Turkia
Patch is in daily snapshot (or in git version of course).

Frediano
Jari Turkia
2013-07-22 03:03:24 UTC
Permalink
Post by Frediano Ziglio
Patch is in daily snapshot (or in git version of course).
Thank you!
The FreeTDS web site does not mention the location of source code. If
you read my previous mail, I stated that I got source from SVN-repo, not
Git. Now that I found the real source code from Gitorious, I can confirm
the code containing IPv6 support. Also I built it and tested it with
tsql, Perl DBI and PHP PDO, all of which are working for me.

Regards,
Jari Turkia
James K. Lowden
2013-08-03 20:40:06 UTC
Permalink
On Mon, 22 Jul 2013 06:03:24 +0300
Post by Jari Turkia
The FreeTDS web site does not mention the location of source code.
Corrected. Thank you for the reminder.

--jkl

Loading...