Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45282 invoked from network); 16 Mar 2010 21:48:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2010 21:48:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=joey@joeysmith.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=joey@joeysmith.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain joeysmith.com designates 209.90.98.146 as permitted sender) X-PHP-List-Original-Sender: joey@joeysmith.com X-Host-Fingerprint: 209.90.98.146 host-3.pl1071314.fiber.net Received: from [209.90.98.146] ([209.90.98.146:58217] helo=joeysmith.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/E8-15129-CBCFF9B4 for ; Tue, 16 Mar 2010 16:48:45 -0500 Received: from joey by joeysmith.com with local (Exim 4.69) (envelope-from ) id 1Nred0-0004ij-55 for internals@lists.php.net; Tue, 16 Mar 2010 15:48:42 -0600 Date: Tue, 16 Mar 2010 15:48:42 -0600 To: internals@lists.php.net Message-ID: <20100316214842.GA15628@joeysmith.com> References: <1268552350.11885.76099.camel@localhost> <4B9C96E2.8060500@zend.com> <1268554481.11885.76215.camel@localhost> <4B9C9BA6.3020405@zend.com> <3DA0059E-C8E4-4B82-B977-17FE65932BB0@netevil.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DA0059E-C8E4-4B82-B977-17FE65932BB0@netevil.org> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: [PHP-DEV] Req #51295: busyTimeout method for SQLite3 From: joey@joeysmith.com (Joey Smith) On Sun, Mar 14, 2010 at 09:15:37AM -0400, Wez Furlong wrote: > I'm sure that the docs team will add this to the manual if you ask them > politely. > > Specifically, PDO_SQLITE defaults to a 60 second busy timeout. This can > be changed by setting PDO::ATTR_TIMEOUT. The value is specified in > seconds. > > ISTR that this option can also be specified for some of the other > database drivers to affect the network timeout when processing a query. A nod's as good as a wink. :) This has been committed.