Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5323 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83891 invoked by uid 1010); 8 Nov 2003 06:12:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83867 invoked from network); 8 Nov 2003 06:12:48 -0000 Received: from unknown (HELO mailout01.sul.t-online.com) (194.25.134.80) by pb1.pair.com with SMTP; 8 Nov 2003 06:12:48 -0000 Received: from sfwd00.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1AIML1-0002lr-00; Sat, 08 Nov 2003 07:12:47 +0100 Received: from bordeaux-1-a7-62-147-85-40.dial.proxad.net (G-boLBZrreCO3cwi1xdoYsRMLazYuwSlXMMMMZ-tfO+wg84NAiNxUc@[62.147.85.40]) by afwd00.sul.t-online.com with esmtp id 1AIMKW-2261U80; Sat, 8 Nov 2003 07:12:16 +0100 To: Arjen de Rijke , internals@lists.php.net Date: Sat, 8 Nov 2003 08:58:58 +0100 User-Agent: KMail/1.5.1 References: <3FAABE52.5060603@xs4all.nl> In-Reply-To: <3FAABE52.5060603@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200311080858.59349.georg@php.net> X-Seen: false X-ID: G-boLBZrreCO3cwi1xdoYsRMLazYuwSlXMMMMZ-tfO+wg84NAiNxUc Subject: Re: [PHP-DEV] mysqli extension From: georg@php.net (Georg Richter) Hi, > > 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? the current implementation for multiple queries in mysql client library isn't very safe - so we are still discussing and working on a better solution. Georg