diff options
author | Raphael Geissert <geissert@debian.org> | 2010-07-31 15:53:12 -0400 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2010-10-21 08:52:50 +0200 |
commit | 3c7bc2c87fd842df1df75783e014029adae00433 (patch) | |
tree | 07348580ede71c8573ac7bf070b2d9daca51439a /debian/patches/upstream/pdo_reset_error_beginTransaction.patch | |
parent | 931ef23e1a9a93ad1d923f3fda90e94c32b669f2 (diff) | |
download | php-debian/5.3.3-1.tar.gz |
Imported Debian patch 5.3.3-1debian/5.3.3-1
Diffstat (limited to 'debian/patches/upstream/pdo_reset_error_beginTransaction.patch')
-rw-r--r-- | debian/patches/upstream/pdo_reset_error_beginTransaction.patch | 16 |
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) { |