From 29f219c0e159c1e2614bff32ff8a6b01c47b6806 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 17 Oct 2005 20:23:43 +0000 Subject: [PATCH] Correct typo reported in bug #34897. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198633 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 86ab700cb6..6bfe25a357 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -347,7 +347,7 @@ $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass, array(
Transactions and auto-commit - Now that you're connected via PDO, you should to understand how PDO + Now that you're connected via PDO, you should be able to understand how PDO manages transactions before you start issuing queries. If you've never encountered transactions before, they offer 4 major features: Atomicity, Consistency, Isolation and Durability (ACID). In layman's terms, any work