[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/sqlite3/sqlite3.c trunk/ext/sqlite3/sqlite3.c

2011-05-10 Thread Adam Harvey
aharvey Tue, 10 May 2011 08:14:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310877 Log: Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() prototype. Bug: http://bugs.php.net/54692 (Assigned) SQLite3::open()

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/sqlite3/sqlite3.c trunk/ext/sqlite3/sqlite3.c

2011-01-03 Thread Scott MacVicar
scottmac Mon, 03 Jan 2011 19:15:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307037 Log: Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur. Also fix a WS error. Changed