aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php5-pdo_dblib
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-07-16 14:47:02 +0800
committerale <ale@FreeBSD.org>2013-07-16 14:47:02 +0800
commit9be3936613bf3d5b222c6f2c88ac37f8d0d5670b (patch)
tree37ffc9f21372c7a2d802c2da8933e4caa0ecac6d /databases/php5-pdo_dblib
parent0e5ca134db5acaa54d247fc6bea75dd901f74d90 (diff)
downloadfreebsd-ports-gnome-9be3936613bf3d5b222c6f2c88ac37f8d0d5670b.tar.gz
freebsd-ports-gnome-9be3936613bf3d5b222c6f2c88ac37f8d0d5670b.tar.zst
freebsd-ports-gnome-9be3936613bf3d5b222c6f2c88ac37f8d0d5670b.zip
Update to 5.4.17 release.
PR: ports/180527 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
Diffstat (limited to 'databases/php5-pdo_dblib')
-rw-r--r--databases/php5-pdo_dblib/files/patch-dblib_driver.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/php5-pdo_dblib/files/patch-dblib_driver.c b/databases/php5-pdo_dblib/files/patch-dblib_driver.c
new file mode 100644
index 000000000000..a167784e9067
--- /dev/null
+++ b/databases/php5-pdo_dblib/files/patch-dblib_driver.c
@@ -0,0 +1,15 @@
+--- dblib_driver.c.orig 2013-06-24 15:17:35.000000000 +0200
++++ dblib_driver.c 2013-06-24 15:20:43.000000000 +0200
+@@ -274,9 +274,9 @@
+ ,{"5.0",DBVERSION_70} /* FIXME: This does not work with Sybase, but environ will */
+ ,{"6.0",DBVERSION_70}
+ ,{"7.0",DBVERSION_70}
+- ,{"7.1",DBVERSION_71}
+- ,{"7.2",DBVERSION_72}
+- ,{"8.0",DBVERSION_72}
++ ,{"7.1",DBVERSION_80}
++ ,{"7.2",DBVERSION_80}
++ ,{"8.0",DBVERSION_80}
+ ,{"10.0",DBVERSION_100}
+ ,{"auto",0} /* Only works with FreeTDS. Other drivers will bork */
+