Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14856 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39575 invoked by uid 1010); 12 Feb 2005 08:45:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39560 invoked from network); 12 Feb 2005 08:45:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2005 08:45:14 -0000 X-Host-Fingerprint: 64.233.184.203 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.203:25594] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id B5/00-37098-912CD024 for ; Sat, 12 Feb 2005 03:45:13 -0500 Received: by wproxy.gmail.com with SMTP id 63so282278wri for ; Sat, 12 Feb 2005 00:45:11 -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=WhVyD06Lw6znNmwWO/YLFRVJcD3/dWQ6AtcYV8O7RTAPRY4/CCYCmC2AJa2mBzVAxoxjMA2twN23zyUmYC5VvccmcKHGwyenrKC2jWEyjuZmDlZ5lTRbzM0YHOsjf5106rBy8B2b6BYbNxT5wjlujwkPxYvcSWhufuvFdigGtcY= Received: by 10.54.17.71 with SMTP id 71mr354475wrq; Sat, 12 Feb 2005 00:45:11 -0800 (PST) Received: by 10.54.59.22 with HTTP; Sat, 12 Feb 2005 00:45:11 -0800 (PST) Message-ID: <4e89b42605021200452d58790f@mail.gmail.com> Date: Sat, 12 Feb 2005 03:45:11 -0500 Reply-To: Wez Furlong To: Ryan King Cc: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4e89b4260502111655215a94e8@mail.gmail.com> Subject: Re: [PHP-DEV] Please test PDO From: kingwez@gmail.com (Wez Furlong) Yes, PDO works with PHP 5.0.3, and we are indeed asking people to try it out with 5.0.3. If you're using OSX though, you'll probably have problems; PHP 5.0.3 appears to be broken on OSX. Just for you (well, not really, but I did do it in response to your mail :-), I've put together a guide on how to build PDO on OSX with the current stable snapshot of PHP (which will be PHP 5.0.4). I've tried this myself and it worked for me (tm). http://netevil.org/node.php?nid=202 While you have to build PHP yourself, you don't have to replace your existing installation (unless you want to). Good luck :) --Wez. On Fri, 11 Feb 2005 20:40:05 -0800, Ryan King wrote: > Would it be worthwhile to test PDO with 5.0.3? Or is it even possible. > > I'd like to help, but I was wondering whether I need to upgrade to 5.1 > first.