Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14331 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73633 invoked by uid 1010); 11 Jan 2005 00:47:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70852 invoked from network); 11 Jan 2005 00:46:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2005 00:46:35 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.4/2.6 Received: from ([80.74.107.235:34051] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD (r4059)) with SMTP id EF/5E-31705-6E123E14 for ; Mon, 10 Jan 2005 19:46:33 -0500 Received: (qmail 8870 invoked from network); 11 Jan 2005 00:46:24 -0000 Received: from localhost (HELO andi-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 11 Jan 2005 00:46:24 -0000 Message-ID: <5.1.0.14.2.20050110164526.03ba1080@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 10 Jan 2005 16:46:18 -0800 To: AugSoft ,internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] [PATCH] --with-ODBCRouter (database networking) From: andi@zend.com (Andi Gutmans) References: Just out of curiosity, how does ODBC Router differ from the other ODBC bridge solutions out there? Also, you should probably also provide PHP 5 diffs. Andi At 09:02 AM 1/7/2005 -0800, AugSoft wrote: >Hi, > >+ This patch enables PHP's ODBC extension on >certain non-Windows platforms (Linux, Mac OS X, >etc.) to transparently interact with any of the >data sources listed in the SystemDSN property-tab >of the "Data Sources (ODBC) Control Panel" on a >networked Windows NT4/2K/XP box running our ODBC >Router. Once installed, the PHP scripts will >appear to be fully-supported Windows applications >to virtually any data source while the data >sources themselves, which may be on mainframe, >mini, *NIX, Mac or Windows, will appear to be >local to the PHP script. All database >communication takes place transparently, via >high-performance binary TCP/IP connections (not >XML, TELNET, etc.) This technology was introduced >in 1995 and the product system is in use by >FORTUNE 500 companies and at sites across Asia, >Canada, Europe, Oceania and the US. > >+ Once applied, support for ODBCRouter may be >compiled into PHP 4.3 by simply adding >"--with-ODBCRouter" to the configure command. >The only pre-compile-time configuration required >is to install our free runtime library. The only >post-compile configuration required is to specify >the IP address of the PC running ODBC Router in >/etc/odbcrouter.conf (at which point, all DSNs on >that PC may be referenced from within local PHP >scripts). > >+ Currently, ODBC Router users with PHP 4.3.10 >on Linux-X86 follow these procedures: > ># rpm -ivh http://odbcrouter.com/m/linux-x86 ># rpm -qi iodbc.net (instructions) > >+ However, attached to this message are two patch >files, one for the current 4.3.10 release (also >distributed in the above RPM) and one for the >current cvs release (as of the date of this >message) for incorporation into the main-line code >base. > >+ ODBC Router client components, such as the >iodbc.net runtime library for Linux, are freely >distributable. Interested parties may also >download evaluation ODBC Router servers from > http://odbcrouter.com/downloadns.shtml > >+ Official PHP developers and the first 100 >significant code contributors may receive a >complimentary (no charge) ODBC Router server for >their NT4/2K/XP box by e-mailing us with enough >info for us to confirm their actual project >participation. > >Very Kind Regards, >August Software > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php