Evaluation of ODBTP extension at SourceForge

php.internals

Robert Twitty

23 years ago
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

Sara Golemon

23 years ago
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" <rtwitty@neutron.ushmm.org> 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

Robert Twitty

23 years ago
Thanks Sara I'll make it to the right list yet. -- bob On Tue, 22 Apr 2003, Sara Golemon wrote: