Hi Lukas,

good job!

> - bind
..
>     mysqli_bind_param 
and mysqli_bind_result

> - errno/error
mysqli supports 2 types of errno/error
mysqli_errno/error and mysqli_sqlstate. mysqli_sqlstate returns ANSI/ODBC
conform errorcodes.
> - next_result
>     only exists in fbsql and mssql
on todo for mysqli until MySQL AB added an separate call for multi queries.

> - pconnect
>     missing because it was found to be not feasible in mysqli
will be replaced by an call to an external broker

missing: fetch 
to retrieve data from a prepared statement (mysqli_fetch)

Georg

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to