From 2e05633ea774b35955dafdf82bb9a3b88cb9f125 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 29 Oct 2012 02:00:50 +0000 Subject: [PATCH] Fix doc bug in note 110482. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328175 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqlinfo/concepts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mysqlinfo/concepts.xml b/reference/mysqlinfo/concepts.xml index 468472f760..4f2295942d 100644 --- a/reference/mysqlinfo/concepts.xml +++ b/reference/mysqlinfo/concepts.xml @@ -81,7 +81,7 @@ $uresult->close(); setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, TRUE); +$pdo->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, false); $uresult = $pdo->query("SELECT Name FROM City"); if ($uresult) {