Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25410 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22022 invoked by uid 1010); 23 Aug 2006 13:38:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22006 invoked from network); 23 Aug 2006 13:38:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2006 13:38:05 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.206 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.206 nz-out-0102.google.com Linux 2.4/2.6 Received: from [64.233.162.206] ([64.233.162.206:29797] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id 0B/64-10120-A3A5CE44 for ; Wed, 23 Aug 2006 09:38:03 -0400 Received: by nz-out-0102.google.com with SMTP id 34so85304nzf for ; Wed, 23 Aug 2006 06:38:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=kny56NqxTNm3sEzUw8KOH6XiHuTPGHbZ1MSRbW2v1u00VozqqV95xv/Inu+v/RBS8z2AclO5SYyH7t5pBCROln4Hj0sgxrz1jK6dlqyNgXADoTy9+GGs26pNWLrzAfGFFpbA24lPOxL5CnEj6C1jucdmAN44uX3sFofDV37ltEA= Received: by 10.64.143.4 with SMTP id q4mr371725qbd; Wed, 23 Aug 2006 06:37:59 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id c6sm298367qbc.2006.08.23.06.37.59; Wed, 23 Aug 2006 06:37:59 -0700 (PDT) In-Reply-To: <44EC58B1.7000200@cnm.de> References: <44EC58B1.7000200@cnm.de> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <0902E4D8-E952-4653-B3CF-7BF6B10A00B7@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Wed, 23 Aug 2006 09:37:47 -0400 To: Marten Lehmann X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] php-5.1.5 without sqlite3 support? From: ilia@prohost.org (Ilia Alshanetsky) SQLite 3 support is available in PHP 5.2.0 (currently in release process) through pdo_sqlite extension. There are no plans to add support for sqlite3 for the sqlite extension at this time. On 23-Aug-06, at 9:31 AM, Marten Lehmann wrote: > Hello, > > compiling php ends with an error on my system: > > checking for sqlite_open in -lsqlite... no > configure: error: wrong sqlite lib version or lib not found > > This is likely to happen, because I'm working with sqlite3 instead > of sqlite 2.x: > > ldconfig -p | grep sqlite > libsqlite3.so.0 (libc6,x86-64) => /usr/lib/libsqlite3.so.0 > libsqlite3.so.0 (libc6,x86-64) => /usr/lib64/libsqlite3.so.0 > libsqlite3.so (libc6,x86-64) => /usr/lib/libsqlite3.so > libsqlite3.so (libc6,x86-64) => /usr/lib64/libsqlite3.so > > Sqlite 3.1.3 exists since Feb 19 2005, current release is 3.3.4. > Why doesn't php support it? sqlite 2.x and sqlite 3.x have a > different database format, so they are not compatible. All > functions are prefixed with sqlite3, e.g. sqlite3_open instead of > sqlite_open. > > Is someone working on a --with-sqlite3 option? > > Regards > Marten > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Ilia Alshanetsky