Bill wrote:
>>Hi
>>
>>Did someone use MySQLI in production environment ?
>>
>>Is the transactions aspect reliable ? (bugs etc)
>>
>>Thanks.
>>
>Sorry I should have specified that it's in the PHP environment.
>
>
mySQLi is a part of PHP, so you might be better asking this question
over there, but....
mySQLi is a part of PHP5.0 which was released in July 2004, but was also
part of the pre-release versions of PHP5 and PHP5.1rc1 was recently
released. So I'm guessing it'd be reasonably safe to assume that its
been fairly well tested over the last 12 months +.
But anyway, you can find more information about MySQLi here :
http://uk.php.net/manual/en/ref.mysqli.php
Stephen