From 1fa164010e6cefbf05b7b63c974e74a462e48f8b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 12 Sep 2005 03:44:38 +0000 Subject: [PATCH] fix interrupted sentence... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195838 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 0b94d85552..694606cb5b 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ functions to issue queries and fetch data. PDO does not provide a database abstraction; it doesn't rewrite SQL or emulate missing features. You - should use a full-blown abstraction layer for PDO. + should use a full-blown abstraction layer if you need that facility. PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0;