Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5308 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35865 invoked by uid 1010); 6 Nov 2003 22:53:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35821 invoked from network); 6 Nov 2003 22:53:25 -0000 Received: from unknown (HELO stella.fastforwardnetwork.com) (209.51.153.50) by pb1.pair.com with SMTP; 6 Nov 2003 22:53:25 -0000 Received: (qmail 32403 invoked from network); 6 Nov 2003 23:56:19 -0000 Received: from p508ab205.dip.t-dialin.net (HELO hristov.com) (@80.138.178.5) by d.goto.bg with SMTP; 6 Nov 2003 23:56:19 -0000 Message-ID: <3FAAC28F.2000509@hristov.com> Date: Thu, 06 Nov 2003 23:52:15 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.5) Gecko/20030917 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Arjen de Rijke CC: internals@lists.php.net References: <3FAABE52.5060603@xs4all.nl> In-Reply-To: <3FAABE52.5060603@xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] mysqli extension From: php@hristov.com (Andrey Hristov) Arjen de Rijke wrote: > Hello, > > Can anybody tell me why multiple resultsets are not (yet) supported by > the mysqli extension in the php 5.0.0 source? Is it just a matter of > time before the mysql_more_results and mysql_next_result are available > or is there a more serious problem? > > Arjen de Rijke > Hi Arjen, as far as I know the fine details of the implementations are being discussed and hopefully soon there will be a solution for multiple queries and theirs result sets. Stay tuned :) Andrey