Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15866 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27310 invoked by uid 1010); 6 Apr 2005 14:17:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27256 invoked from network); 6 Apr 2005 14:17:17 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 6 Apr 2005 14:17:17 -0000 X-Host-Fingerprint: 64.233.184.194 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.194:5673] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id A2/3F-19272-75FE3524 for ; Wed, 06 Apr 2005 10:17:15 -0400 Received: by wproxy.gmail.com with SMTP id 57so178137wri for ; Wed, 06 Apr 2005 07:16:34 -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=ALmgWWofIfyI/uIDkApEtOJxIS245pg+av354b2g/3EM0oZC3zPVywZffmFzjpR0OFMqhAvPKyHjoENimK6H0mGCekDYJuS3oSQN7fNL/bEiuHF3LhVYizpWF0GjSlwsWsUvnaidVEUpLenCn+x+sBOn8hSFmX/EueQnmcETysc= Received: by 10.54.13.34 with SMTP id 34mr631291wrm; Wed, 06 Apr 2005 07:16:34 -0700 (PDT) Received: by 10.54.77.4 with HTTP; Wed, 6 Apr 2005 07:16:33 -0700 (PDT) Message-ID: <4e89b4260504060716356bcbe6@mail.gmail.com> Date: Wed, 6 Apr 2005 10:16:33 -0400 Reply-To: Wez Furlong To: Marcus Boerger Cc: Andi Gutmans , internals@lists.php.net In-Reply-To: <963274947.20050406155657@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> Subject: Re: [PHP-DEV] PHP 5.1 Beta 1 From: kingwez@gmail.com (Wez Furlong) 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 > >