Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20028 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54150 invoked by uid 1010); 15 Nov 2005 19:25:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54131 invoked from network); 15 Nov 2005 19:25:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2005 19:25:26 -0000 X-Host-Fingerprint: 64.233.184.192 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.192:8651] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F6/C5-07637-6263A734 for ; Tue, 15 Nov 2005 14:25:26 -0500 Received: by wproxy.gmail.com with SMTP id i24so1307738wra for ; Tue, 15 Nov 2005 11:25:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q+dvHNljS2wYpUEqQ/ic+hm0UXyRAuECd34XJcV4d/Ey3wnmWH8tDCH4kg98vX+bhxCat4L9xH28y83NX0ITdcgdLUVjn3YuO8W9EcKQfMynzt0H3yWE2RA10OwWGhTXpz+qvpG+Xt+x76mv6PL68gLp293w2od0RN6gGC/XN5A= Received: by 10.54.93.10 with SMTP id q10mr2154732wrb; Tue, 15 Nov 2005 11:25:23 -0800 (PST) Received: by 10.54.76.6 with HTTP; Tue, 15 Nov 2005 11:25:23 -0800 (PST) Message-ID: <4e89b4260511151125i3e3ff848k60527967665ad5f7@mail.gmail.com> Date: Tue, 15 Nov 2005 14:25:23 -0500 To: Steph Fox Cc: internals In-Reply-To: <0b2801c5ea11$1cf21d20$52906751@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0b2801c5ea11$1cf21d20$52906751@foxbox> Subject: Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft From: kingwez@gmail.com (Wez Furlong) "The 'sqlite2' PDO driver supplied to PDO via the sqlite extension, allows you to access legacy SQLite 2 databases created by external processes or with earlier versions of PHP." I'd reword this as "The sqlite extension also provides the PDO 'sqlite2' driver, and allows you to access legacy SQLite 2 databases ..." Also: "New projects should use PDO and the 'sqlite' (version 3) driver, as this is faster than SQLite 2, handles write locking, and supports both prepared statements and binary columns natively." I'd write this instead: "New projects should use PDO and the 'sqlite' (version 3) driver, as this is faster than SQLite 2, has improved locking concurrency, and supports both prepared statements and binary columns natively." --Wez. On 11/15/05, Steph Fox wrote: > Hopefully I have the PDO stuff outlined a little better now. > > I know Dmitry and Derick have both committed changes today that should go= in > here, and await the outcome of the zend_parse_parameters() discussion wit= h > interest. > > Anything else missing? > > - Steph > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >