Debian Bug report logs - #591759
Lack of cursor support

version graph

Package: php5-pgsql; Maintainer for php5-pgsql is (unknown);

Reported by: George-Cristian Bîrzan <gcbirzan@gmail.com>

Date: Thu, 5 Aug 2010 10:27:01 UTC

Severity: normal

Tags: fixed-upstream, patch, wontfix

Found in version php5/5.2.6.dfsg.1-1+lenny8

Fixed in versions php5/5.3.0-1, 5.3.3-7

Done: Ondřej Surý <ondrej@sury.org>

Bug is archived. No further changes may be made.

Forwarded to http://bugs.php.net/44861

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#591759; Package php5-pgsql. (Thu, 05 Aug 2010 10:27:04 GMT) (full text, mbox, link).


Acknowledgement sent to George-Cristian Bîrzan <gcbirzan@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Thu, 05 Aug 2010 10:27:04 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: George-Cristian Bîrzan <gcbirzan@gmail.com>
To: submit@bugs.debian.org
Subject: Lack of cursor support
Date: Thu, 5 Aug 2010 13:22:43 +0300
Package: php5-pgsql
Version: 5.2.6.dfsg.1-1+lenny8
Severity: important
Tags: patch, fixed-upstream

The PostgreSQL PDO doesn't have support for cursors: http://bugs.php.net/44861

-- 
George-Cristian Bîrzan




Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#591759; Package php5-pgsql. (Thu, 05 Aug 2010 12:27:10 GMT) (full text, mbox, link).


Acknowledgement sent to Ondřej Surý <ondrej@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Thu, 05 Aug 2010 12:27:10 GMT) (full text, mbox, link).


Message #10 received at 591759@bugs.debian.org (full text, mbox, reply):

From: Ondřej Surý <ondrej@debian.org>
To: George-Cristian Bîrzan <gcbirzan@gmail.com>, 591759@bugs.debian.org
Cc: control <control@bugs.debian.org>
Subject: Re: [php-maint] Bug#591759: Lack of cursor support
Date: Thu, 5 Aug 2010 14:23:17 +0200
severity 591759 normal
fixed 591759 5.3.0-1
forwarded 591759 http://bugs.php.net/44861
tags 591759 +wontfix
thank you

Hi,

thank you for taking time to report this bug, but it's already fixed
in unstable which has 5.3.x, and it won't be fixed in stable release.
Stable releases usually gets only security fixes.

Also please note that missing feature is not a important bug, which is
defined as: "a bug which has a major effect on the usability of a
package, without rendering it completely unusable to everyone."

Ondrej

On Thu, Aug 5, 2010 at 12:22, George-Cristian Bîrzan <gcbirzan@gmail.com> wrote:
> Package: php5-pgsql
> Version: 5.2.6.dfsg.1-1+lenny8
> Severity: important
> Tags: patch, fixed-upstream
>
> The PostgreSQL PDO doesn't have support for cursors: http://bugs.php.net/44861
>
> --
> George-Cristian Bîrzan
>
>
>
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint



-- 
Ondřej Surý <ondrej@sury.org>
http://blog.rfc1925.org/




Severity set to 'normal' from 'important' Request was from Ondřej Surý <ondrej@debian.org> to control@bugs.debian.org. (Thu, 05 Aug 2010 12:27:11 GMT) (full text, mbox, link).


Bug Marked as fixed in versions php5/5.3.0-1. Request was from Ondřej Surý <ondrej@debian.org> to control@bugs.debian.org. (Thu, 05 Aug 2010 12:27:12 GMT) (full text, mbox, link).


Set Bug forwarded-to-address to 'http://bugs.php.net/44861'. Request was from Ondřej Surý <ondrej@debian.org> to control@bugs.debian.org. (Thu, 05 Aug 2010 12:27:13 GMT) (full text, mbox, link).


Added tag(s) wontfix. Request was from Ondřej Surý <ondrej@debian.org> to control@bugs.debian.org. (Thu, 05 Aug 2010 12:27:13 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#591759; Package php5-pgsql. (Thu, 05 Aug 2010 13:39:05 GMT) (full text, mbox, link).


Acknowledgement sent to George-Cristian Bîrzan <gcbirzan@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Thu, 05 Aug 2010 13:39:05 GMT) (full text, mbox, link).


Message #23 received at 591759@bugs.debian.org (full text, mbox, reply):

From: George-Cristian Bîrzan <gcbirzan@gmail.com>
To: Ondřej Surý <ondrej@debian.org>
Cc: 591759@bugs.debian.org
Subject: Re: [php-maint] Bug#591759: Lack of cursor support
Date: Thu, 05 Aug 2010 16:35:21 +0300
On Thu, 2010-08-05 at 14:23 +0200, Ondřej Surý wrote:
> thank you for taking time to report this bug, but it's already fixed
> in unstable which has 5.3.x, and it won't be fixed in stable release.
> Stable releases usually gets only security fixes.

Usually.

> Also please note that missing feature is not a important bug, which is
> defined as: "a bug which has a major effect on the usability of a
> package, without rendering it completely unusable to everyone."

Maybe my wording was poorly chosen, but this is actually a feature
that's supposed to be implemented, but not working. By contrast, trying
to use cursors with MySQL just silently ignores the options (not that I
think that is in any way good behaviour). The worst part is that you
only get the error after executing the query, which will abort your
transaction, so testing for it is awkward, considering it's a client
side issue.

Either way, I think consider it an important bug, but then again I need
that feature so... :-)

-- 
George-Cristian Bîrzan





Reply sent to Ondřej Surý <ondrej@sury.org>:
You have taken responsibility. (Wed, 27 Apr 2011 08:34:43 GMT) (full text, mbox, link).


Notification sent to George-Cristian Bîrzan <gcbirzan@gmail.com>:
Bug acknowledged by developer. (Wed, 27 Apr 2011 08:34:44 GMT) (full text, mbox, link).


Message #28 received at 591759-done@bugs.debian.org (full text, mbox, reply):

From: Ondřej Surý <ondrej@sury.org>
To: 465081-done@bugs.debian.org, 537794-done@bugs.debian.org, 553048-done@bugs.debian.org, 574610-done@bugs.debian.org, 584885-done@bugs.debian.org, 584957-done@bugs.debian.org, 594613-done@bugs.debian.org, 493045-done@bugs.debian.org, 549492-done@bugs.debian.org, 450581-done@bugs.debian.org, 502174-done@bugs.debian.org, 543177-done@bugs.debian.org, 547134-done@bugs.debian.org, 552089-done@bugs.debian.org, 556523-done@bugs.debian.org, 559273-done@bugs.debian.org, 576147-done@bugs.debian.org, 578754-done@bugs.debian.org, 601602-done@bugs.debian.org, 609355-done@bugs.debian.org, 419649-done@bugs.debian.org, 442063-done@bugs.debian.org, 500567-done@bugs.debian.org, 513429-done@bugs.debian.org, 528600-done@bugs.debian.org, 597650-done@bugs.debian.org, 603641-done@bugs.debian.org, 405067-done@bugs.debian.org, 430397-done@bugs.debian.org, 440775-done@bugs.debian.org, 591759-done@bugs.debian.org, 565387-done@bugs.debian.org, 507762-done@bugs.debian.org, 529278-done@bugs.debian.org, 556459-done@bugs.debian.org
Subject: Closing segfaults (and some other minor bugs) for version older than squeeze (5.3.3)
Date: Wed, 27 Apr 2011 10:28:24 +0200
Version: 5.3.3-7

Hi,

since lenny is oldstable it will not get any updates now (except
security)[1], I am closing all segfault bugs filled against php5 in
lenny. (This is kind of saying that we don't care much about php5 in
lenny anymore).

If you believe the bug is still there, please provide evidence[2] and
a (preferably complete) test case with up-to-date squeeze (and/or
testing or unstable) version of php5 and reopen the bug.

O.
1. http://wiki.debian.org/PHP#Notes_on_PHP_and_security
2. Install php5-dbg and provide backtrace:
http://bugs.php.net/bugs-generating-backtrace.php
-- 
Ondřej Surý <ondrej@sury.org>




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 26 May 2011 07:37:45 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 01:13:06 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.