Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15351 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84396 invoked by uid 1010); 10 Mar 2005 14:36:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84260 invoked from network); 10 Mar 2005 14:36:53 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 10 Mar 2005 14:36:53 -0000 X-Host-Fingerprint: 130.119.248.68 mail16.ca.com Windows 2000 SP4, XP SP1 Received: from ([130.119.248.68:20455] helo=mail16.ca.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id E4/1F-53294-58B50324 for ; Thu, 10 Mar 2005 09:36:53 -0500 Received: from ukslms22.ca.com ([130.119.9.26]) by mail16.ca.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 10 Mar 2005 14:36:50 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 10 Mar 2005 14:36:49 -0000 Message-ID: <08237065FA027340B731E57099097854036D0ADA@ukslms22.ca.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] Re: maintainer/owner of ext/ingres_ii? Thread-Index: AcUlckWaBkhSBhsQR+uF2ODK+ldSjQACYhsw To: "Lukas Smith" Cc: X-OriginalArrivalTime: 10 Mar 2005 14:36:50.0204 (UTC) FILETIME=[98598DC0:01C5257E] Subject: RE: [PHP-DEV] Re: maintainer/owner of ext/ingres_ii? From: Grant.Croker@ca.com ("Croker, Grant") > Well usually you start off with providing patches and once you have > shown your commitment by providing quality patches you may eventually > gain CVS access. Sounds fair enough. =20 > I also would also recommend that you take a look at PDO (php.net/pdo) as > this is where things are heading in php5 in terms of database access. I have had a quick look at PDO but for the time being I want to make the standard Ingres interface more usable for its existing users. There is a bit of a feature gap when compared to other interfaces notably error reporting, proper cursor support and some problems with link resources. Beyond that I will look at PDO. many thanks grant