mysqli extension

php.internals

Arjen de Rijke

22 years ago
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

Andrey Hristov

22 years ago
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

Georg Richter

22 years ago
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