From 7f24a4740767d2654e4004764a50d3c6e75321a7 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 28 Jun 2014 19:18:58 +0000 Subject: [PATCH] Typofix Patch by Don Wilson git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334004 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/pdo/setattribute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pdo/pdo/setattribute.xml b/reference/pdo/pdo/setattribute.xml index cc1159ebb3..97f5153f5f 100644 --- a/reference/pdo/pdo/setattribute.xml +++ b/reference/pdo/pdo/setattribute.xml @@ -68,7 +68,7 @@ PDO::ATTR_TIMEOUT: Specifies the timeout duration in seconds. Not all drivers support this option, - and it's meaning may differ from driver to driver. For example, sqlite will wait + and its meaning may differ from driver to driver. For example, sqlite will wait for up to this time value before giving up on obtaining an writable lock, but other drivers may interpret this as a connect or a read timeout interval. Requires int.