On Fri, Aug 03, 2007 at 09:27:22AM -0700, Joe Wilson wrote: > You are not checking the return code of the sqlite3 connection close.
Of course I'm not. The PHP4 module uses sqlite2.x, and - besides - it doesn't return any value when using sqlite_close. > I have no idea if the PHP sqlite3 wrapper propogates these errors, No, it isn't. http://hostprogressive.com/support/php_5_docs/function.sqlite-close.html void sqlite_close ( resource dbhandle ) ^^^^! > as the return code of sqlite3_close is not examined (see PHP wrapper below). > Perhaps PHP somehow calls sqlite3_errcode() - who knows. It's a question > for the PHP people. OK, I'll try to ask maintainers about that. -- pozdrawiam / regards Zbigniew Baniewski ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------