Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34205 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63791 invoked by uid 1010); 21 Dec 2007 17:08:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63775 invoked from network); 21 Dec 2007 17:08:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2007 17:08:22 -0000 Authentication-Results: pb1.pair.com header.from=travis.raybold@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=travis.raybold@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.183 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: travis.raybold@gmail.com X-Host-Fingerprint: 64.233.166.183 py-out-1112.google.com Received: from [64.233.166.183] ([64.233.166.183:38098] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/72-46815-503FB674 for ; Fri, 21 Dec 2007 12:08:21 -0500 Received: by py-out-1112.google.com with SMTP id d32so1827653pye.12 for ; Fri, 21 Dec 2007 09:08:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=0+1+TcV3Ywsll/SSZlsTxXhdy3UvcBZg4QfOTizjJ/4=; b=v3OA/AG9EXrRXahLAnJlfoLuFEvTlUz/k2uP5piwPTyLOQdCDptKzY/479isdZQmK3TemOhpT8ctsDKomNk65wPTuBxAZAUoINzMWJzMHus6dGzBzQk+/JDA5AiHJ3ocaFSx9GYgy8cCpMg8iZVjeEDu0oZyHptQ1ui6NVr9i0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=KuJRlRRJgmkRWHKUzhnfwyEBFsl1FLoYY2TJYvGEfqkbrx8VxoFi3V4FFl7jn60DrcE3C41EACWcaCgUWKmWobzzrQIFqFBTpWNKRjLtAIsj4I7SDOSLoVp+iDESqbb/eS3DLJL4pTw9x8gL0slFvqz98J4k20WOkmOUC7s+3ME= Received: by 10.35.67.18 with SMTP id u18mr1619780pyk.64.1198256898536; Fri, 21 Dec 2007 09:08:18 -0800 (PST) Received: by 10.35.98.16 with HTTP; Fri, 21 Dec 2007 09:08:18 -0800 (PST) Message-ID: <98edc0cf0712210908i74120023i7edd9b3aa3621bda@mail.gmail.com> Date: Fri, 21 Dec 2007 09:08:18 -0800 Sender: travis.raybold@gmail.com To: "Wez Furlong" Cc: "Derick Rethans" , internals@lists.php.net In-Reply-To: <089F7DB1-5F13-4F04-91C2-8407029A18B1@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_35662_3358824.1198256898526" References: <98edc0cf0712180736v4c54feddp338532c191c30c49@mail.gmail.com> <089F7DB1-5F13-4F04-91C2-8407029A18B1@gmail.com> X-Google-Sender-Auth: a013ccf600a560fb Subject: Re: [PHP-DEV] Will pay for fixes for bugs in PDO/PDO_ODBC From: travis@raybold.com ("Travis Raybold") ------=_Part_35662_3358824.1198256898526 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Would someone be willing to apply the patch the Wez emailed in? That would at least enable me to upgrade to the latest version of php once it is in a released version. I'd still love to get a fix for bug #36561 [PDO_ODBC/MSSQL does not work with bound params in subquery], anyone interested? Name a price, hourly rate, whatever, as long as I still get to keep my firstborn... ;) --Travis On Dec 18, 2007 10:48 AM, Wez Furlong wrote: > Derick, > > Your statement is not accurate: > http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1200&r2=1.1201 > > This should not be a blocker to anyone that wants to take this up. > > I've been too busy to help Travis (I'm really sorry about that > Travis), and I'm happy to share the pending fix with anyone that wants > to look at this. > > The reason that the code hasn't gone into CVS is that Travis had a > knack for picking a tree freeze for bringing up his issues, and then I > would subsequently become too busy to get the code sync'd up after the > freeze. > > Anyhow, if anyone does want to take Travis up on his offer, you'll > need the attached patch. > > > --Wez. > > PS: More on PDO soon; it has not been forgotten despite sickness, work > and so forth. > > On Dec 18, 2007, at 10:53 AM, Derick Rethans wrote: > > > On Tue, 18 Dec 2007, Travis Raybold wrote: > > > >> I've been trying to find someone who could help me with a fix for a > >> few bugs > >> in PDO_ODBC, and had no luck so far. I am more than happy to > >> compensate > >> someone for the time spent fixing these bugs. > > > > Unfortunately it is not that easy as it seems. For some reason the > > pecl/pdo_odbc and php-src/ext/pdo_odb directories are locked out for > > the "normal" PHP team and thus we can't commit to it. The comment in > > the > > rights file says: > > > > # DB2, SDO, IDS have tighter restrictions, so that IBM are not overly > > # legally encumbered. If you have contributions for these two > > extensions, > > # please contact the lead developers. This is a temporary measure > > until > > # we can put in place a more general process. > > > > It has been in this temporary situation since June 2005 :-/ > > > > regards, > > Derick > > > > -- > > Derick Rethans > > http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > ------=_Part_35662_3358824.1198256898526--