From: Geraint E. <rd...@co...> - 2006-02-27 11:05:08
|
I have answered part of my question. I switched to PHP4 and mysql (instead of mysqli) and the close statements are not necessay. This appears therefore to be a problem with adodb for msqli since the docs for adodb claims that "close" statements are managed for you. The close statements to no harm and allow PHP5.1.2 to work so it may be worth adding them to the dbmodel api code. Geraint |