Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15057 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92118 invoked by uid 1010); 17 Feb 2005 20:03:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92072 invoked from network); 17 Feb 2005 20:03:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2005 20:03:34 -0000 X-Host-Fingerprint: 64.233.184.202 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.202:10841] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id 32/53-39535-B78F4124 for ; Thu, 17 Feb 2005 15:03:07 -0500 Received: by wproxy.gmail.com with SMTP id 63so151042wri for ; Thu, 17 Feb 2005 12:03:05 -0800 (PST) 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=OW1w1ulzKpAcAHl3SUoTxzSJNrUlAU9pFZEKZ1tjIxn2SE+0PV/tAHsfJvsTYh20zI9mOySqCJP+vqmrnsO8GMr/yX2q5foosSRr3oVZ06KtzmV2fyD3+zIkCYhBEgzNS09qoVz0W0PLdMnDusMwV2E5Im+tcg6Klenoqkoyg+c= Received: by 10.54.17.6 with SMTP id 6mr179725wrq; Thu, 17 Feb 2005 12:03:04 -0800 (PST) Received: by 10.54.59.22 with HTTP; Thu, 17 Feb 2005 12:03:04 -0800 (PST) Message-ID: <4e89b42605021712036f606be0@mail.gmail.com> Date: Thu, 17 Feb 2005 15:03:04 -0500 Reply-To: Wez Furlong To: Andi Gutmans Cc: Marcus Boerger , internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050217114315.02076c60@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <59089102.20050217201853@marcus-boerger.de> <5.1.0.14.2.20050217114315.02076c60@localhost> Subject: Re: [PHP-DEV] Before March 1st aka PHP 5.1 beta From: kingwez@gmail.com (Wez Furlong) On Thu, 17 Feb 2005 11:49:44 -0800, Andi Gutmans wrote: > 6) Still need to integrate PDO into the build system. I emailed Wez about > this. I see this a show stopper for 5.1. Basically I think --with-db should > build both ext/db and ext/pd_db. I already made a start on this last night (PDO is there in HEAD now). Not sure if I'll have time to tackle the build system over the next few days (have a lot of work and actual PDO coding to fit in). I think we still have time to get this working. --Wez.