Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34180 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45053 invoked by uid 1010); 20 Dec 2007 20:52:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45037 invoked from network); 20 Dec 2007 20:52:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2007 20:52:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:34661] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/6A-18668-671DA674 for ; Thu, 20 Dec 2007 15:32:55 -0500 Received: (qmail 6085 invoked by uid 507); 20 Dec 2007 20:32:50 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.80.80) by mail4.netbeat.de with ESMTPA; 20 Dec 2007 20:32:50 -0000 To: iODBC Maintainer Cc: php-dev In-Reply-To: <476AAC30.1080200@openlinksw.com> References: <476AAC30.1080200@openlinksw.com> Content-Type: text/plain Date: Thu, 20 Dec 2007 21:32:50 +0100 Message-ID: <1198182770.20516.29.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 (2.12.2-2.fc8) Content-Transfer-Encoding: 7bit Subject: Re: Fixed and enhancements for php odbc layer From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi Patrick, On Thu, 2007-12-20 at 18:53 +0100, iODBC Maintainer wrote: > As maintainer of the iODBC driver manager project i have some fixed and > enhancements for the php odbc layer that i would like to submit for > review and inclusion into the code base. [...] > Please let me know what the appropriate way of sending these patches to > the relevant project members, or whether i should post them on this > mailing list. You can either report it as a bug at bugs.php.net and provide a patch or send the patch(es) as .txt file (the list will drop attachments of other types) here. In general: The ODBC extension seems to be quite unmaintained, the registered maintainer did his last commit in 2004 if I didn't miss a thing in the log. So, we're happy with any help in that area :-) johannes