Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59296 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81276 invoked from network); 1 Apr 2012 09:12:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2012 09:12:33 -0000 Authentication-Results: pb1.pair.com header.from=tessarek@evermeet.cx; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tessarek@evermeet.cx; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain evermeet.cx from 77.244.245.66 cause and error) X-PHP-List-Original-Sender: tessarek@evermeet.cx X-Host-Fingerprint: 77.244.245.66 evermeet.cx Linux 2.6 Received: from [77.244.245.66] ([77.244.245.66:58794] helo=atvie01s.evermeet.cx) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/C9-28591-FFB187F4 for ; Sun, 01 Apr 2012 05:12:32 -0400 Received: from [10.0.0.40] (108-162-172-245.cable.teksavvy.com [108.162.172.245] (may be forged)) (authenticated bits=0) by atvie01s.evermeet.cx (8.14.3/8.14.3) with ESMTP id q319CLnk002050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Apr 2012 11:12:22 +0200 Message-ID: <4F781BF9.8000204@evermeet.cx> Date: Sun, 01 Apr 2012 05:12:25 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Rasmus Lerdorf CC: internals@lists.php.net References: <4F78080F.8070702@evermeet.cx> <4F780B66.3050308@lerdorf.com> In-Reply-To: <4F780B66.3050308@lerdorf.com> X-Enigmail-Version: 1.4 OpenPGP: id=C11F128D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] sqlite moved to PECL - but where is it From: tessarek@evermeet.cx (Helmut Tessarek) On 01.04.12 4:01 , Rasmus Lerdorf wrote: > Moved to pecl implies it is in the pecl repository: Ok, it would have been nice, if this had been mentioned in the documentation, maybe with a link. > svn checkout https://svn.php.net/repository/pecl/sqlite/trunk sqlite > cd sqlite > phpize > ./configure --with-php-config=/usr/local/bin/php-config > make > sudo make install Thanks, I have used this method with the ext/sqlite dir from 5.3.10, but this creates a loadable extension. Sorry that I didn't mention this in my first mail. I thought that my 'buildconf' paragraph implied the following: I want a compiled in module and for some reason my usual approach does not work. How can I compile the sqlite extension statically into php 5.4? Regards, Helmut