summaryrefslogtreecommitdiff
path: root/debian/patches/upstream/pdo_reset_error_beginTransaction.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/upstream/pdo_reset_error_beginTransaction.patch')
-rw-r--r--debian/patches/upstream/pdo_reset_error_beginTransaction.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/upstream/pdo_reset_error_beginTransaction.patch b/debian/patches/upstream/pdo_reset_error_beginTransaction.patch
deleted file mode 100644
index db493d1af..000000000
--- a/debian/patches/upstream/pdo_reset_error_beginTransaction.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Reset error state on PDO's beginTransaction()
-Origin: http://svn.php.net/viewvc?view=revision&revision=297273
-Last-Update: 2010-05-01
-
-Index: php/ext/pdo/pdo_dbh.c
-===================================================================
---- php.orig/ext/pdo/pdo_dbh.c
-+++ php/ext/pdo/pdo_dbh.c
-@@ -851,6 +851,7 @@ static PHP_METHOD(PDO, setAttribute)
- RETURN_FALSE;
- }
-
-+ PDO_DBH_CLEAR_ERR();
- PDO_CONSTRUCT_CHECK;
-
- if (pdo_dbh_attribute_set(dbh, attr, value TSRMLS_CC) != FAILURE) {