Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75880 invoked by uid 1010); 25 Feb 2005 23:12:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75534 invoked from network); 25 Feb 2005 23:12:01 -0000 Received: from unknown (HELO penn.com) (127.0.0.1) by localhost with SMTP; 25 Feb 2005 23:12:01 -0000 X-Host-Fingerprint: 66.92.75.243 dsl092-075-243.bos1.dsl.speakeasy.net Linux 2.4/2.6 Received: from ([66.92.75.243:1142] helo=amber.vis-av.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 0A/51-51537-94B9F124 for ; Fri, 25 Feb 2005 16:40:30 -0500 Received: (qmail 8206 invoked from network); 25 Feb 2005 21:40:14 -0000 Received: from unknown (HELO random.internal) (192.168.1.9) by amber.internal with SMTP; 25 Feb 2005 21:40:14 -0000 Received: (nullmailer pid 14047 invoked by uid 0); Fri, 25 Feb 2005 21:40:13 -0000 To: internals Reply-To: Derrell.Lipman@UnwiredUniverse.com Date: Fri, 25 Feb 2005 16:40:13 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Corporate Culture, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: prior to next release... From: Derrell.Lipman@UnwiredUniverse.com 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