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
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=14098Anyway 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
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
On 10 Sep 2008, at 20:26, "Hannes Magnusson"
hannes.magnusson@gmail.com wrote:
On Wed, Sep 10, 2008 at 17:31, Scott MacVicar scott@macvicar.net
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
hi,
On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson
hannes.magnusson@gmail.com 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,
hi,
On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson
hannes.magnusson@gmail.com 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
On Wed, Sep 10, 2008 at 10:19 PM, Hannes Magnusson
hannes.magnusson@gmail.com wrote:
hi,
On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson
hannes.magnusson@gmail.com 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
Pierre Joye wrote:
hi,
On Wed, Sep 10, 2008 at 9:26 PM, Hannes Magnusson
hannes.magnusson@gmail.com 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
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?
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=14098Anyway 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