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 <[EMAIL PROTECTED]> 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
>
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to