Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1010 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70113 invoked by uid 1007); 22 Apr 2003 23:48:14 -0000 Message-ID: <20030422234814.70111.qmail@pb1.pair.com> To: internals@lists.php.net References: Date: Tue, 22 Apr 2003 16:48:06 -0700 Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 169.229.139.92 Subject: Re: Evaluation of ODBTP extension at SourceForge From: pollita@php.net ("Sara Golemon") Robert, I see a few very minor coding standards problems (mostly related to the use and placement of curly braces), but overall this is a finely crafted PHP extension (caveat: I havn't looked through it deeply). I'd invite you to browse http://pear.php.net and submit your package to the PEAR developers list (pear-dev@lists.php.net) as a PECL package. -Pollita "Robert Twitty" wrote in message news:Pine.GSO.4.44.0304212102170.10771-100000@neutron... > Hello > > I created a PHP extension that allows UNIX/Linux PHP to connect to > MS-SQL and other Win32 ODBC accessible databases. Because it is the first > and only extension I have created, I was wondering if any of you guys and gals > could take a look at it. It is available at http://odbtp.sourceforge.net. > > TIA > > -- bob >