From 061530f0846a9b8ec0b2f3f1929618ed34da958e Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Wed, 6 Oct 2010 09:37:19 +0000 Subject: [PATCH] Minor tweaks related to bug #52543 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304136 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/configure.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reference/pdo/configure.xml b/reference/pdo/configure.xml index 0b656ce04a..20bf21d045 100644 --- a/reference/pdo/configure.xml +++ b/reference/pdo/configure.xml @@ -46,8 +46,12 @@ extension=php_pdo.dll ]]> - This step is not necessary on PHP 5.3, as a DLL is no longer - required for PDO. + + + This step is not necessary for PHP 5.3 and above, as a DLL is no longer + required for PDO. + +