Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71230 invoked by uid 1010); 19 Jul 2005 20:13:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71210 invoked from network); 19 Jul 2005 20:13:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2005 20:13:30 -0000 X-Host-Fingerprint: 80.74.128.22 cassius.sui-inter.net Linux 2.4/2.6 Received: from ([80.74.128.22:57841] helo=cassius.sui-inter.net) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id D6/06-61486-7EE5DD24 for ; Tue, 19 Jul 2005 16:13:27 -0400 Received: (qmail 533 invoked from network); 19 Jul 2005 22:13:24 +0200 Received: from 84-73-10-224.dclient.hispeed.ch (HELO ?192.168.32.50?) (84.73.10.224) by cassius.sui-inter.net with (RC4-SHA encrypted) SMTP; 19 Jul 2005 22:13:24 +0200 Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: internals@lists.php.net Date: Tue, 19 Jul 2005 22:13:19 +0200 X-Mailer: Apple Mail (2.733) Subject: SQlite row size From: lists@ahlenstorf.ch (Andreas Ahlenstorf) Hi, I'm playing around with SQlite in PHP 5 and as far as I can see, the row size is limited to 1 MB, even it's possible to set it up to 16 MB. What's the reason for it? I know I can change it for myself when I recompile the extension, but that's quiet hard on Windows without a compiler and without the required knowledge... Andreas