Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46782 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73122 invoked from network); 18 Jan 2010 15:48:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2010 15:48:27 -0000 Authentication-Results: pb1.pair.com header.from=jess@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jess@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: jess@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:56461] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/80-22457-AC2845B4 for ; Mon, 18 Jan 2010 10:48:27 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id A6FC7504E1; Mon, 18 Jan 2010 17:32:12 +0200 (IST) Received: from [10.1.2.52] ([10.1.2.52]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 18 Jan 2010 17:48:23 +0200 Message-ID: <4B5482C7.6030108@zend.com> Date: Mon, 18 Jan 2010 17:48:23 +0200 User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: Michael Maclean CC: Andrey Hristov , PHP Developers Mailing List References: <4B547FCD.5060303@zend.com> <4B5481BF.4050709@no-surprises.co.uk> In-Reply-To: <4B5481BF.4050709@no-surprises.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jan 2010 15:48:23.0553 (UTC) FILETIME=[AA9CDF10:01CA9855] Subject: Re: [PHP-DEV] mysqli PHPTs call my_mysqli_connect() which does not exist From: jess@zend.com (Jess Portnoy) Hi Michael, Thanks, now I see it. Sorry, did not look hard enough. May the source be with you, Best regards, Jess Portnoy Michael Maclean wrote: > Jess Portnoy wrote: > >> In the 5_3 branch and also in 5.3.1, some MySQLi PHPTs call >> my_mysqli_connect() which is not defined. >> Is this a mistakingly committed change? Seems like they should call >> mysqli_connect(). >> > > It's defined in connect.inc as a wrapper. See > http://php-og.mgdm.net/opengrok/xref/PHP_5_3/ext/mysqli/tests/connect.inc > >