From 6b3bbd1118ae8a50b6c9ff77f33e63ec3202f70b Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Tue, 4 Apr 2006 07:53:17 +0000 Subject: [PATCH] revert the last change made by my misunderstanding. (MiB was the correct unit. see: http://en.wikipedia.org/wiki/Mebibyte) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210650 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo_mysql/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo_mysql/constants.xml b/reference/pdo_mysql/constants.xml index c55ebd9304..98cc17565b 100644 --- a/reference/pdo_mysql/constants.xml +++ b/reference/pdo_mysql/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &pdo.driver-constants; @@ -88,7 +88,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVERNAME) == 'mysql') { - Maximum buffer size. Defaults to 1 MB. + Maximum buffer size. Defaults to 1 MiB.