Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25411 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23235 invoked by uid 1010); 23 Aug 2006 13:39:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23220 invoked from network); 23 Aug 2006 13:39:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2006 13:39:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 80.74.107.235 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [80.74.107.235] ([80.74.107.235:40019] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id 92/A4-10120-18A5CE44 for ; Wed, 23 Aug 2006 09:39:16 -0400 Received: (qmail 18190 invoked from network); 23 Aug 2006 13:38:00 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 23 Aug 2006 13:38:00 -0000 Message-ID: <44EC5A7C.5060704@zend.com> Date: Wed, 23 Aug 2006 17:39:08 +0400 User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: Marten Lehmann CC: internals@lists.php.net References: <44EC58B1.7000200@cnm.de> In-Reply-To: <44EC58B1.7000200@cnm.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php-5.1.5 without sqlite3 support? From: antony@zend.com (Antony Dovgal) SQLite3 is supported by PDO_SQLite. ext/sqlite supports only SQLite2. On 23.08.2006 17:31, 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 > -- Wbr, Antony Dovgal