Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33572 invoked by uid 1010); 20 Dec 2007 18:05:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33555 invoked from network); 20 Dec 2007 18:05:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2007 18:05:23 -0000 Authentication-Results: pb1.pair.com header.from=iodbc@openlinksw.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=iodbc@openlinksw.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain openlinksw.com from 194.109.164.61 cause and error) X-PHP-List-Original-Sender: iodbc@openlinksw.com X-Host-Fingerprint: 194.109.164.61 roady.xs4all.nl Linux 2.4/2.6 Received: from [194.109.164.61] ([194.109.164.61:52779] helo=roady.xs4all.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/42-19413-1EEAA674 for ; Thu, 20 Dec 2007 13:05:23 -0500 Received: from scooby.pvk.private ([172.16.11.18]) by roady.xs4all.nl with esmtp (Exim 4.30) id 1J5Pll-0007gX-7Z; Thu, 20 Dec 2007 19:05:17 +0100 Message-ID: <476AAC30.1080200@openlinksw.com> Date: Thu, 20 Dec 2007 18:53:52 +0100 Organization: OpenLink Software User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: php-dev Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Fixed and enhancements for php odbc layer From: iodbc@openlinksw.com (iODBC Maintainer) HI, 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. The fixes that i made so far are: a. Updating ext/odbc code to use ODBC 3.x datatypes so PHP can be used with the ODBC64 specification on Windows 64bit, Mac OS X 10.5 and Unix 64bit. These patches have been tested on these platforms and should be compatible with any driver manager that conforms to the ODBC 3.52 specification. b. Fixed some iODBC and Openlink SDK related defines that where out-of-date. c. Added an extra setting to control the cursor model used by the php odbc layer, which is a speedup for any application that does not need a full dynamic cursor. 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. Patrick