Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60274 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89295 invoked from network); 24 Apr 2012 12:34:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2012 12:34:35 -0000 Authentication-Results: pb1.pair.com header.from=ulf.wendel@oracle.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@oracle.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 141.146.126.227 as permitted sender) X-PHP-List-Original-Sender: ulf.wendel@oracle.com X-Host-Fingerprint: 141.146.126.227 acsinet15.oracle.com Received: from [141.146.126.227] ([141.146.126.227:28230] helo=acsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/B9-34190-ADD969F4 for ; Tue, 24 Apr 2012 08:34:35 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q3OCYVxi000760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Apr 2012 12:34:32 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q3OCYV0D019626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 24 Apr 2012 12:34:31 GMT Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q3OCYUtO015388 for ; Tue, 24 Apr 2012 07:34:30 -0500 Received: from [192.168.2.116] (/91.6.180.200) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 24 Apr 2012 05:34:30 -0700 Message-ID: <4F969DD7.9000307@oracle.com> Date: Tue, 24 Apr 2012 14:34:31 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: <1335269202.13732.34.camel@guybrush> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet21.oracle.com [141.146.126.237] Subject: Re: [PHP-DEV] Expose mysqlnd API through all MySQL extensions From: ulf.wendel@oracle.com (Ulf Wendel) Am 24.04.2012 14:27, schrieb jpauli: > I understand your thoughts, but I disagree as I think it would be much > more clean to expose it via mysqlnd_***() API than through each MySQL > ext (and for PDO that would be even more dirty). That would as well > add more and more #ifdef MYSQLND inside their source... > I was thinking the same way libxml2 API is provided inside ext/libxml > instead of through each PHP XML extension API. A fourth MySQL API is not my goal. There's enough confusion with three of them already. Ulf