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 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



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 Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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. SQLite is working know with VC9 
> build but testing is still not
> possible on Windows (at least for my companies applications).
> As I found out now XML-support is gone also... ("Class 'DomDocument' not 
> found")

I can see the error too. I'm on it and will post a note here once it is fixed.

Cheers,
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

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



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 
> possible on Windows (at least for my companies applications).
> As I found out now XML-support is gone also... ("Class 'DomDocument' not 
> found")
> 
> Thanks so far.
> Kind regards,
> Daniel

Are you using the PHP 5.3 builds for VC9 from windows.php.net - but the
apachelounge build of the apache server using the alpha2 for vc9
domdocument works for me

php.exe" -r "$doc = new DomDocument(); var_dump($doc);"
object(DOMDocument)#1 (0) {
}

Thanks,
Elizabeth

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



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 companies applications).
As I found out now XML-support is gone also... ("Class 'DomDocument' not found")

Thanks so far.
Kind regards,
Daniel

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



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 active 
> in PECL.
>
>>I can reproduce this on Windows but only with VC6 builds. The VC9 builds
>>are working without issue.
>
> Yes, but "VC9 x86 builds, not compabitible with official apache releases". 
> Thats why I'm asking
> for sqlite_external for getting into 5.3 snaps-build again.

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.

Cheers,
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

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



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
>are working without issue.

Yes, but "VC9 x86 builds, not compabitible with official apache releases". 
Thats why I'm asking
for sqlite_external for getting into 5.3 snaps-build again.


Regards, 
Daniel



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



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 <[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 b) stop filing bug reports there)
>>
>> Not removed but marked as "being released only with php releases" or
>> smtg similar :)
>
> poteito potato :)
> Who has the p0w3r and sk1llz to make that happen?

Me and some other, I added the flags a couple of weeks ago. I only
have to add the "is in core" status. I will do it tomorrow.

-- 
Pierre
http://blog.thepimp.net | http://www.libgd.org

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



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 PDO extensions.
>> Shouldn't the pecl packages be removed then? (so people a) don't
>> download decade old packages and b) stop filing bug reports there)
> 
> Not removed but marked as "being released only with php releases" or
> smtg similar :)
> 
> Cheers,

There are actually quite a few that need this "Now in PHP Core" status
set on them, with a brief note that they are only useful for very old
versions of PHP.

Thanks,
Elizabeth

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



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 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 b) stop filing bug reports there)
>
> Not removed but marked as "being released only with php releases" or
> smtg similar :)

poteito potato :)
Who has the p0w3r and sk1llz to make that happen?

-Hannes

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



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 the pecl packages be removed then? (so people a) don't
> download decade old packages and b) stop filing bug reports there)

Not removed but marked as "being released only with php releases" or
smtg similar :)

Cheers,
-- 
Pierre
http://blog.thepimp.net | http://www.libgd.org

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



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 packages be removed then? (so people a) don't
download decade old packages and b) stop filing bug reports there)


Yep but I don't have any karma to do that. There are probably a few  
that could get removed.


Scott

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



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 b) stop filing bug reports there)

-Hannes

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



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:
> 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-DEV] PHP 5.3 Windows builds, pdo_sqlite

2008-09-10 Thread Daniel Henning
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