At 13:10 +0200 9/7/02, Georg Richter wrote:
>Hello,
>
>for making persistent connections in PHP a little bit safer, it would be nice
>to have the possibilities
>
>a) to unset a database [mysql_select_db(mysql, "")]
>
>b) to unset user-variables for the current connection
c) to unset the value returned by LAST_INSERT_ID(). I guess you can
do that now, but you may want to add it to the list of things to be
undone. (I notice PHP 4.2.3 now rolls back transactions when the
request ends, I assume you're thinking about what else should be done?)
>
>
>Maybe I'm wrong, but I didn't find any facility to realize this with an
>api-call or SQL.Statement.
>
>Regards
>
>Georg