From ce6996bc74f755ceffecc3128beb7a461184afbf Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 9 Apr 2014 21:58:01 +0000 Subject: [PATCH] typo/grammar/engrish git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333297 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 02403f3b9c..3f2db59ebf 100644 --- a/reference/mysqlinfo/concepts.xml +++ b/reference/mysqlinfo/concepts.xml @@ -11,7 +11,7 @@ Queries are using the buffered mode by default. This means that query results are - immediately transferred from the MySQL Server to PHP in is then kept in the memory + immediately transferred from the MySQL Server to PHP and is then kept in the memory of the PHP process. This allows additional operations like counting the number of rows, and moving (seeking) the current result pointer. It also allows issuing further queries on the same connection while working on the result set.