Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-25 Thread 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 t

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-11 Thread Daniel Henning
Hi, >Are you using the PHP 5.3 builds for VC9 from windows.php.net - but the >apachelounge build of the apache server Yes. > using the alpha2 for vc9 domdocument works for me Thats right, CLI and vc6 are fine with xml-support. Regards, Daniel -- PHP Internals - PHP Runtime Development Mail

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-11 Thread Pierre Joye
hi Daniel, On Thu, Sep 11, 2008 at 12:35 PM, Daniel Henning <[EMAIL PROTECTED]> wrote: > Hi Pierre, > >>Scott is working on the VC6 problem with libsqlite3. In the mean time >>you can use http://apachelounge.com builds for apache as they use VC9. > > That was one good hint with apachelounge. SQLit

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-11 Thread Elizabeth M Smith
Daniel Henning wrote: > Hi Pierre, > >> Scott is working on the VC6 problem with libsqlite3. In the mean time >> you can use http://apachelounge.com builds for apache as they use VC9. > > That was one good hint with apachelounge. SQLite is working know with VC9 > build but testing is still not

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-11 Thread Daniel Henning
Hi Pierre, >Scott is working on the VC6 problem with libsqlite3. In the mean time >you can use http://apachelounge.com builds for apache as they use VC9. That was one good hint with apachelounge. SQLite is working know with VC9 build but testing is still not possible on Windows (at least for my

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-11 Thread Pierre Joye
hi, On Thu, Sep 11, 2008 at 8:35 AM, Daniel Henning <[EMAIL PROTECTED]> wrote: > Hi Scott, > >>This should go on the main bug tracker rather in PECL, there isn't a >>seperate release on PECL any more for PDO extensions. > > Ok. It was a bit confusing cause of some PDO-drivers which are still activ

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Daniel Henning
Hi Scott, >This should go on the main bug tracker rather in PECL, there isn't a >seperate release on PECL any more for PDO extensions. Ok. It was a bit confusing cause of some PDO-drivers which are still active in PECL. >I can reproduce this on Windows but only with VC6 builds. The VC9 builds >

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Pierre Joye
On Wed, Sep 10, 2008 at 10:19 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 22:16, Pierre Joye <[EMAIL PROTECTED]> wrote: >> hi, >> >> On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson >> <[EMAIL PROTECTED]> wrote: >>> On Wed, Sep 10, 2008 at 17:31, Scott MacVicar <[EMAI

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Elizabeth M Smith
Pierre Joye wrote: > hi, > > On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson > <[EMAIL PROTECTED]> wrote: >> On Wed, Sep 10, 2008 at 17:31, Scott MacVicar <[EMAIL PROTECTED]> wrote: >>> This should go on the main bug tracker rather in PECL, there isn't a >>> seperate release on PECL any more for

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Hannes Magnusson
On Wed, Sep 10, 2008 at 22:16, Pierre Joye <[EMAIL PROTECTED]> wrote: > hi, > > On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson > <[EMAIL PROTECTED]> wrote: >> On Wed, Sep 10, 2008 at 17:31, Scott MacVicar <[EMAIL PROTECTED]> wrote: >>> This should go on the main bug tracker rather in PECL, there

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Pierre Joye
hi, On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 17:31, Scott MacVicar <[EMAIL PROTECTED]> wrote: >> This should go on the main bug tracker rather in PECL, there isn't a >> seperate release on PECL any more for PDO extensions. > > Shouldn't

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Scott MacVicar
On 10 Sep 2008, at 20:26, "Hannes Magnusson" <[EMAIL PROTECTED]> wrote: On Wed, Sep 10, 2008 at 17:31, Scott MacVicar <[EMAIL PROTECTED]> wrote: This should go on the main bug tracker rather in PECL, there isn't a seperate release on PECL any more for PDO extensions. Shouldn't the pecl pac

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Hannes Magnusson
On Wed, Sep 10, 2008 at 17:31, Scott MacVicar <[EMAIL PROTECTED]> wrote: > This should go on the main bug tracker rather in PECL, there isn't a > seperate release on PECL any more for PDO extensions. Shouldn't the pecl packages be removed then? (so people a) don't download decade old packages and

Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Scott MacVicar
This should go on the main bug tracker rather in PECL, there isn't a seperate release on PECL any more for PDO extensions. I can reproduce this on Windows but only with VC6 builds. The VC9 builds are working without issue. I'll look when I'm using a Windows machine. Scott Daniel Henning wrote: