Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46781 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71676 invoked from network); 18 Jan 2010 15:43:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2010 15:43:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=michael@no-surprises.co.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=michael@no-surprises.co.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain no-surprises.co.uk designates 80.68.93.37 as permitted sender) X-PHP-List-Original-Sender: michael@no-surprises.co.uk X-Host-Fingerprint: 80.68.93.37 river.mgdm.net Received: from [80.68.93.37] ([80.68.93.37:35902] helo=river.mgdm.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/40-22457-F91845B4 for ; Mon, 18 Jan 2010 10:43:28 -0500 Received: from [10.1.10.110] (emcukhs1.plus.com [84.92.198.99]) (Authenticated sender: michael) by river.mgdm.net (Postfix) with ESMTPSA id A7D0428068; Mon, 18 Jan 2010 15:43:24 +0000 (GMT) Message-ID: <4B5481BF.4050709@no-surprises.co.uk> Date: Mon, 18 Jan 2010 15:43:59 +0000 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Jess Portnoy CC: Andrey Hristov , PHP Developers Mailing List References: <4B547FCD.5060303@zend.com> In-Reply-To: <4B547FCD.5060303@zend.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] mysqli PHPTs call my_mysqli_connect() which does not exist From: michael@no-surprises.co.uk (Michael Maclean) 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