Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40699 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61229 invoked from network); 26 Sep 2008 06:14:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2008 06:14:57 -0000 Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=iamstever@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.186 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 209.85.128.186 fk-out-0910.google.com Received: from [209.85.128.186] ([209.85.128.186:12715] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/67-19781-0ED7CD84 for ; Fri, 26 Sep 2008 02:14:56 -0400 Received: by fk-out-0910.google.com with SMTP id 18so785911fks.7 for ; Thu, 25 Sep 2008 23:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Jr7epWFWtDltaLdVzNWx5feJqz6QBqnb45TpTtJj898=; b=h3vRqnZcn9eol43+4vVcK5dr9JCiEQOxs5/vdYg4T+MupFsoJQh0XX5ARzuY8Dvgb2 VUGqWPLybu94Hw80XYGHbp7SktCCZArKCNtzFlAEYsF60wiKJj/xuU5sz7QaM1dNCMzs UWppaMred5bkhSOWx16mNPBgiREDVo+N5ROJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ldr+C+Isk4dpQv+w/6vyxV3867K94roni+YqgT8q1o1GgB6NLwf+1Ky4x+rKo/coSA X5SV0BYzuVu29GRG3G2bXOluU84ZLOqgFcNp06zg81m8xk4s9Pl61jPvmt/+hG5yU9qD P0mEj/I7+k3qrUsFe6Tud0bdVHEfSEuXybXTs= Received: by 10.103.24.11 with SMTP id b11mr562034muj.98.1222409693408; Thu, 25 Sep 2008 23:14:53 -0700 (PDT) Received: by 10.103.191.10 with HTTP; Thu, 25 Sep 2008 23:14:53 -0700 (PDT) Message-ID: <57792e850809252314h52351f39o4796cfe1aba50b05@mail.gmail.com> Date: Thu, 25 Sep 2008 23:14:53 -0700 To: internals@lists.php.net In-Reply-To: <1133720364@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1133720364@web.de> Subject: Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite From: iamstever@gmail.com (steve) Using the non-VC9 nts build (and after erasing sqlite files so they get created from scratch) I can have PDO sqlite create a table, and add records, but not delete records (SQLSTATE[HY000]: General error: 1 SQL logic error or missing database). Reverting to 5.2.x works again. We use a cache layer that can switch between APC, memcached, and sqlite depending on what we are trying to cache. Locally though, APC is not available for these PHP builds, and i don't have memcached running, so I have to use sqlite. Which is not working. So I'm zero for three and can't test much else. When is alpha 3? On Wed, Sep 10, 2008 at 7:33 AM, Daniel Henning wrote: > Hi lists, > > there is a Problem with pdo_sqlite in PHP 5.3. (downloaded half an hour ago from snaps) > I've sent a report here : > http://pecl.php.net/bugs/bug.php?id=14098 > > Anyway php_pdo_sqlite_external doesn't have this problem but isn't available in 5.3 windows-builds anymore. > > Is it possible to activate this extension by default since it is the same source like "normal" pdo_sqlite? > > > kind regards, > Daniel > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >