summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_pgsql/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pear-MDB2_Driver_pgsql/patches/patch-ab')
-rw-r--r--databases/pear-MDB2_Driver_pgsql/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/pear-MDB2_Driver_pgsql/patches/patch-ab b/databases/pear-MDB2_Driver_pgsql/patches/patch-ab
deleted file mode 100644
index f5417f1af88..00000000000
--- a/databases/pear-MDB2_Driver_pgsql/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2008/10/19 18:36:19 adrianp Exp $
-
---- MDB2/Driver/pgsql.php.orig 2007-05-03 19:07:38.000000000 +0000
-+++ MDB2/Driver/pgsql.php
-@@ -1351,7 +1351,7 @@ class MDB2_Statement_pgsql extends MDB2_
- }
- $value = $this->values[$parameter];
- $type = array_key_exists($parameter, $this->types) ? $this->types[$parameter] : null;
-- if (is_resource($value) || $type == 'clob' || $type == 'blob') {
-+ if (is_resource($value) || $type == 'clob' || $type == 'blob' || $this->options['lob_allow_url_include']) {
- if (!is_resource($value) && preg_match('/^(\w+:\/\/)(.*)$/', $value, $match)) {
- if ($match[1] == 'file://') {
- $value = $match[2];
-@@ -1432,4 +1432,4 @@ class MDB2_Statement_pgsql extends MDB2_
- return $result;
- }
- }
--?>
-\ No newline at end of file
-+?>