Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20039 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98684 invoked by uid 1010); 16 Nov 2005 00:17:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98668 invoked from network); 16 Nov 2005 00:17:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2005 00:17:03 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:2191] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 17/E8-07637-E7A7A734 for ; Tue, 15 Nov 2005 19:17:02 -0500 Received: from foxbox (client-338-p-2-lns.winn.dial.virgin.net [81.103.217.81]) by gw2.emini.dk (Postfix) with ESMTP id 79B9F8EAC3; Wed, 16 Nov 2005 01:16:57 +0100 (CET) Message-ID: <0b5101c5ea43$0902bd10$52906751@foxbox> Reply-To: "Steph Fox" To: "Wez Furlong" Cc: "internals" References: <0b2801c5ea11$1cf21d20$52906751@foxbox> <4e89b4260511151125i3e3ff848k60527967665ad5f7@mail.gmail.com> Date: Wed, 16 Nov 2005 00:16:32 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft From: steph@zend.com ("Steph Fox") Thanks Wez, consider it done - and sorry I took up so much of your time today, I know you're busy. ----- Original Message ----- From: "Wez Furlong" To: "Steph Fox" Cc: "internals" Sent: Tuesday, November 15, 2005 7:25 PM Subject: Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft "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 with > interest. > > Anything else missing? > > - Steph > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >