From 7b0847c169f985d25965190257ce443423973e92 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Sat, 22 Jun 2019 00:00:07 +0000 Subject: [PATCH] Qualify PDO $errorInfo field descriptions, drivers may return additional data git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347629 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/pdo/errorinfo.xml | 2 +- reference/pdo/pdostatement/errorinfo.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/pdo/errorinfo.xml b/reference/pdo/pdo/errorinfo.xml index 20546de301..d8dd10e374 100644 --- a/reference/pdo/pdo/errorinfo.xml +++ b/reference/pdo/pdo/errorinfo.xml @@ -21,7 +21,7 @@ PDO::errorInfo returns an array of error information about the last operation performed by this database handle. The array - consists of the following fields: + consists of at least the following fields: diff --git a/reference/pdo/pdostatement/errorinfo.xml b/reference/pdo/pdostatement/errorinfo.xml index 8f227f69f7..51942a91db 100644 --- a/reference/pdo/pdostatement/errorinfo.xml +++ b/reference/pdo/pdostatement/errorinfo.xml @@ -21,7 +21,7 @@ PDOStatement::errorInfo returns an array of error information about the last operation performed by this - statement handle. The array consists of the following fields: + statement handle. The array consists of at least the following fields: