Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15741 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16629 invoked by uid 1010); 3 Apr 2005 11:49:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16614 invoked from network); 3 Apr 2005 11:49:06 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 3 Apr 2005 11:49:06 -0000 X-Host-Fingerprint: 212.55.154.26 relay6.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.26:48401] helo=sapo.pt) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 8D/C6-19272-038DF424 for ; Sun, 03 Apr 2005 07:49:05 -0400 Received: (qmail 24934 invoked from network); 3 Apr 2005 11:48:58 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.155) by relay6 with SMTP; 3 Apr 2005 11:48:58 -0000 Received: (qmail 29204 invoked from network); 3 Apr 2005 11:48:58 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.158.69]) (envelope-sender ) by mta5 (qmail-ldap-1.03) with SMTP for ; 3 Apr 2005 11:48:58 -0000 Message-ID: <008401c53843$1fc9a480$0100a8c0@pc07653> To: , "Andi Gutmans" References: <5.1.0.14.2.20050402185139.027d4cc0@localhost> Date: Sun, 3 Apr 2005 12:48:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Re: [PHP-DEV] PHP 5.1 Beta 1 From: nlopess@php.net ("Nuno Lopes") I would like first to see some bugs closed, like: * #30641 - PHP 5.1 doesn't compile on Solaris 9 * #31725 - PHP is always segfaulting when using sqlite * upgrade sqlite and PCRE libraries Thanks, Nuno ----- Original Message ----- > Hey, > > I'd like to roll PHP 5.1 Beta 1 very soon. > Wez, I've been waiting for PDO in order to get this going. Do you feel > it's mature enough or should I hold off some more time? > Also, has someone already integrated PDO configure switches with the > old --with-db configure switches? (i.e. the idea was that --with-mysql > would enable pdo-mysql too so that we don't get lost with a million > configure switches). > > Andi