Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15868 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46719 invoked by uid 1010); 6 Apr 2005 14:25:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46704 invoked from network); 6 Apr 2005 14:25:06 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 6 Apr 2005 14:25:06 -0000 X-Host-Fingerprint: 64.233.184.204 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.204:33675] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 92/A0-19272-241F3524 for ; Wed, 06 Apr 2005 10:25:06 -0400 Received: by wproxy.gmail.com with SMTP id 57so180716wri for ; Wed, 06 Apr 2005 07:25:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=b3XfARa5JczaxO4JYiBObuGF2fmYzm6KRJQVHSnZ6O41Ip0krESKWZ3e4ZrTqUgBsuyPlAsvBzHGM/IlW4kgdo6p5LXm6N1HGzOsHJOGashivaF1jT741ISrM6Yh6i8Rm3h00jSXOIgRTtowWpCiRs4OOu2P0RXYykRV3OcWxoM= Received: by 10.54.15.21 with SMTP id 21mr199897wro; Wed, 06 Apr 2005 07:25:02 -0700 (PDT) Received: by 10.54.77.4 with HTTP; Wed, 6 Apr 2005 07:25:02 -0700 (PDT) Message-ID: <4e89b426050406072515c79ba2@mail.gmail.com> Date: Wed, 6 Apr 2005 10:25:02 -0400 Reply-To: Wez Furlong To: Marcus Boerger Cc: Andi Gutmans , internals@lists.php.net In-Reply-To: <598099699.20050406162254@marcus-boerger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <5.1.0.14.2.20050402185139.027d4cc0@localhost> <4e89b42605040605485cfc5374@mail.gmail.com> <963274947.20050406155657@marcus-boerger.de> <4e89b4260504060716356bcbe6@mail.gmail.com> <598099699.20050406162254@marcus-boerger.de> Subject: Re: [PHP-DEV] PHP 5.1 Beta 1 From: kingwez@gmail.com (Wez Furlong) But neither can most other drivers. Since the majority of the API is the same, what sense is there in duplicating the code? --Wez. On Apr 6, 2005 10:22 AM, Marcus Boerger wrote: > Hello Wez, > > i very much dislike that idea because a mysql3 will never be working as > expected. It can never support multiple statements at a time or transactions > or whatnot. Thus i pretty much want something that keeps me from using it > until i am pretty sure i really can live with that. A distingushing by > having to add the version for the old stuff would lead to that. > > marcus > > Wednesday, April 6, 2005, 4:16:33 PM, you wrote: > > > The plan is to have only one mysql driver that can be linked against > > both version 3 and 4 of the client libraries. > > > --Wez. > > > On Apr 6, 2005 9:56 AM, Marcus Boerger wrote: > >> Hello Wez, > >> > >> Wednesday, April 6, 2005, 2:48:22 PM, you wrote: > >> > >> > Hey Andi, > >> > >> > I've been a busy with work (and house hunting), so I've been a bit out of it. > >> > Let me catch up and take stock on PDO again; I'd like to push a PECL > >> > release of the various packages this weekend, before we go with Beta > >> > 1. > >> > >> > I can't think of any show-stoppers in PDO right now, so the time to > >> > Beta 1 should/can be sort. > >> > >> at the moment the only problem is that the mysql driver is only available > >> for the old protocol but fortunatley hartmut said he'll take care of that. > >> To avoid confusion i'd like to see the old driver as 'mysql3' and thave the > >> new one as 'mysql' something like we have for sqlite. > >> > >> > >> Best regards, > >> Marcus mailto:mail@marcus-boerger.de > >> > >> > > -- > Best regards, > Marcus mailto:mail@marcus-boerger.de > >