Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34249 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13667 invoked by uid 1010); 25 Dec 2007 19:54:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13652 invoked from network); 25 Dec 2007 19:54:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Dec 2007 19:54:18 -0000 X-Host-Fingerprint: 82.135.77.181 ppp-82-135-77-181.dynamic.mnet-online.de Received: from [82.135.77.181] ([82.135.77.181:16194] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/31-00722-8EF51774 for ; Tue, 25 Dec 2007 14:54:16 -0500 To: internals@lists.php.net In-Reply-To: <476AD553.3040103@openlinksw.com> References: <476AAC30.1080200@openlinksw.com> <1198182770.20516.29.camel@johannes.nop> <476AD553.3040103@openlinksw.com> Content-Type: text/plain Message-ID: <1198612449.20516.65.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 (2.12.2-2.fc8) Content-Transfer-Encoding: 7bit Date: Tue, 25 Dec 2007 20:54:10 +0100 X-Posted-By: 82.135.77.181 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 21:49 +0100, iODBC Maintainer wrote: > I have attached 3 diffs as txt files. Each of the files start with a > short explanation of what the patch is supposed to do, so it is easier > for anyone else to see what i did. Tanks, I don't see a problem with these patches, while I don't really know ODBC. But three comments: - In general we try to avoid adding new ini settings, in general they just make life harder, can't these made connection or query flags? - The update for "current versions of iODBC": How new is this new version? (Or other way round: how likely will a system break?) Can old versions be detected and rejected from config.m4? - I hope these stuff won't break with other odbc flavors :-) > All three diffs have been made against the PHP_5_2 branch of your CVS > tree and should be applied within the ext/odbc directory. Since i cut > them in pieces for easy reading, you can expect some warnings about > lines, but i checked and all three patches combine fine. PHP_5_2 is the stable branch, new features should go to HEAD and PHP_5_3, while I don't expect big problems with merging these. > If there is any problem, please let me know as i am keen to get this to > work properly. > > Additionally if there is a list of TODO items for this module, i will be > happy to see if i or my team can be of assistance. There's no specific todo (I know off) but you might take a look at the bug reports, see http://bugs.php.net/search.php?boolean=1&limit=20&cmd=display&status=Open&bug_type%5B%5D=ODBC+related for a start. johannes