iliaa Tue Dec 20 15:33:03 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src NEWS
/php-src/ext/pdo_sqlite/sqlite VERSION
/php-src/ext/pdo_sqlite/sqlite/src pager.c
Log:
Updated libsqlite in ext/pdo_sqlite to 3.2.8.
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.307&r2=1.2027.2.308&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.307 php-src/NEWS:1.2027.2.308
--- php-src/NEWS:1.2027.2.307 Tue Dec 20 15:26:26 2005
+++ php-src/NEWS Tue Dec 20 15:33:03 2005
@@ -2,6 +2,7 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Jan 2006, PHP 5.1.2
- Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
+- Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
- Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob)
- Added new extensions: (Ilia, Wez)
. XMLWriter
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_sqlite/sqlite/VERSION?r1=1.3.2.2&r2=1.3.2.3&diff_format=u
Index: php-src/ext/pdo_sqlite/sqlite/VERSION
diff -u php-src/ext/pdo_sqlite/sqlite/VERSION:1.3.2.2
php-src/ext/pdo_sqlite/sqlite/VERSION:1.3.2.3
--- php-src/ext/pdo_sqlite/sqlite/VERSION:1.3.2.2 Mon Sep 26 19:33:24 2005
+++ php-src/ext/pdo_sqlite/sqlite/VERSION Tue Dec 20 15:33:03 2005
@@ -1 +1 @@
-3.2.7
+3.2.8
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_sqlite/sqlite/src/pager.c?r1=1.3.2.2&r2=1.3.2.3&diff_format=u
Index: php-src/ext/pdo_sqlite/sqlite/src/pager.c
diff -u php-src/ext/pdo_sqlite/sqlite/src/pager.c:1.3.2.2
php-src/ext/pdo_sqlite/sqlite/src/pager.c:1.3.2.3
--- php-src/ext/pdo_sqlite/sqlite/src/pager.c:1.3.2.2 Mon Sep 26 19:33:25 2005
+++ php-src/ext/pdo_sqlite/sqlite/src/pager.c Tue Dec 20 15:33:03 2005
@@ -2981,7 +2981,7 @@
pPg = pager_lookup(pPager, pgno);
pPg->alwaysRollback = 1;
- if( pPg && pPg->dirty ){
+ if( pPg && pPg->dirty && !pPager->stmtInUse ){
if( pPager->dbSize==(int)pPg->pgno && pPager->origDbSize<pPager->dbSize ){
/* If this pages is the last page in the file and the file has grown
** during the current transaction, then do NOT mark the page as clean.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php