From 447833324f9cbf17856a9c255ac540fe4617392e Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 26 Mar 2009 01:18:45 +0000 Subject: [PATCH] Fixes #47737 (PDO constants page needs note re FETCH_KEY_PAIR) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277795 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/constants.xml b/reference/pdo/constants.xml index 6b6a6b26e4..81529b77ee 100644 --- a/reference/pdo/constants.xml +++ b/reference/pdo/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; @@ -263,7 +263,7 @@ Fetch into an array where the 1st column is a key and all subsequent - columns are values + columns are values. Available since PHP 5.2.3.