Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84673 invoked by uid 1010); 26 Feb 2005 07:48:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84657 invoked from network); 26 Feb 2005 07:48:23 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2005 07:48:23 -0000 X-Host-Fingerprint: 212.55.154.24 relay4.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.24:36791] helo=sapo.pt) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 10/2D-51537-6C920224 for ; Sat, 26 Feb 2005 02:48:22 -0500 Received: (qmail 2275 invoked from network); 26 Feb 2005 07:48:16 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.155) by relay4 with SMTP; 26 Feb 2005 07:48:16 -0000 Received: (qmail 20525 invoked from network); 26 Feb 2005 07:48:16 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.141.57]) (envelope-sender ) by mta5 (qmail-ldap-1.03) with SMTP for ; 26 Feb 2005 07:48:16 -0000 Message-ID: <001601c51bd7$874f0ab0$0100a8c0@pc07653> To: , "internals" References: Date: Sat, 26 Feb 2005 07:48:14 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Re: [PHP-DEV] prior to next release... From: nlopess@php.net ("Nuno Lopes") The same applies to sqlite 3 used in PDO. Nuno ----- Original Message ----- > Prior to the upcoming release, if not already done, the embedded sqlite > 2.8.15 > should be upgraded to 2.8.16. The new version fixes a database corruption > problem which can occur when VACUUM is used. IIRC, all of the previous > changes to sqlite that were discovered by the PHP team (mostly pertaining > to > int and long being treated as the same thing, I think) have been > incorporated > into the base source, so it should be an easy upgrade. > > Cheers, > > Derrell