Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34082 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52191 invoked by uid 1010); 18 Dec 2007 15:36:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52167 invoked from network); 18 Dec 2007 15:36:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2007 15:36:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=travis.raybold@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=travis.raybold@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.179 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: 209.85.146.179 wa-out-1112.google.com Received: from [209.85.146.179] ([209.85.146.179:43843] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/32-38712-8F8E7674 for ; Tue, 18 Dec 2007 10:36:26 -0500 Received: by wa-out-1112.google.com with SMTP id l24so4509954waf.17 for ; Tue, 18 Dec 2007 07:36:21 -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:mime-version:content-type:x-google-sender-auth; bh=tbuL67YGgE7xsVw4YKvGwxlET9W7pF8OAPy56YeNcFE=; b=v1jJQ/f/RiDKk2OLNlqMESvzEXsl98vYRbpZQGp12RDAIBpKpUeskWy6DWvXUWF/iPpymBIVEs6CaYksrDTp7HB+v+ZPjZihlW2mxoK09We228mAgqDoLHfFRRm6FNol5C3K74NxehV+nHwwlqoj+HK4QlmtyADm9PCoFXyYM9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=to+lBcY74dozFmi2uUZAo04wZo/Z2Vs8TmxRmKktsRb0lhOEqYacE3viiSqgwhd7Zihc0m6fRut+YtU4TB3O/UAaZ/jv69wzDLLKaT2CpRsMG5ZftTxQZajMa3LoevETpOGJQp3hQ9nSgHZgzk1PFBbw5XwoMiE701WAthlCuq4= Received: by 10.114.80.4 with SMTP id d4mr3228504wab.44.1197992178065; Tue, 18 Dec 2007 07:36:18 -0800 (PST) Received: by 10.35.66.13 with HTTP; Tue, 18 Dec 2007 07:36:17 -0800 (PST) Message-ID: <98edc0cf0712180736v4c54feddp338532c191c30c49@mail.gmail.com> Date: Tue, 18 Dec 2007 07:36:17 -0800 Sender: travis.raybold@gmail.com To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16667_3693477.1197992178029" X-Google-Sender-Auth: 4242978674bfe5bb Subject: Will pay for fixes for bugs in PDO/PDO_ODBC From: travis@raybold.com ("Travis Raybold") ------=_Part_16667_3693477.1197992178029 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Howdy, 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. One is bug #36561 (http://bugs.php.net/bug.php?id=36561) [PDO_ODBC/MSSQL does not work with bound params in subquery] Another is a bug where long nvarchar (>126 characters) or ntext fields in a select statement get an EOS character in the middle. This one was fixed for me by Wez, but I don't think the change ever made it into the CVS, so I'm stuck on 5.1.3 with a special patch for that bug. There is a third one with long fields in a select statement not returning unless they are the last fields selected, but I think that one is fixed in the latest versions of php. If anyone would be willing to help fix these and get them in the cvs, please let me know. I've been working around these bugs for a couple of years now, and really want to upgrade my php version and remove the silly workarounds I've been forced to implement! If this is inappropriate here, I apologize... I just don't know where else to go. I've tried contacting several folks individually but no-one has seemed interested. Thanks, --Travis ------=_Part_16667_3693477.1197992178029--