Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-07-19 Thread Tobias Frost
Am Montag, den 18.07.2011, 12:14 +0200 schrieb Martin Schulze: Well, I only use the return-to-webbrowser feature Looking back, I can only quote the one who wrote the patch: See http://pear.php.net/bugs/bug.php?id=10594. However, looking at the code I have to assume that you are right. It

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-07-19 Thread Martin Schulze
Hi! Tobias Frost wrote: Am Montag, den 18.07.2011, 12:14 +0200 schrieb Martin Schulze: Well, I only use the return-to-webbrowser feature Looking back, I can only quote the one who wrote the patch: See http://pear.php.net/bugs/bug.php?id=10594. However, looking at the code I have

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-07-19 Thread Tobias Frost
Am Dienstag, den 19.07.2011, 22:21 +0200 schrieb Martin Schulze: That looks a lot better to me. (the final return seems to be never reached btw.) No, this one is reached when $bSendToBrowser is true. It is needed, as the function has to return a reference! (This is the bug reported in the

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-07-18 Thread Martin Schulze
Hi! Tobias Frost wrote: --- alt/Barcode.php 2011-03-17 18:54:24.0 +0100 +++ barcode/Barcode.php 2011-03-17 17:23:02.0 +0100 @@ -77,7 +77,10 @@ return PEAR::raiseError(Unable to find draw method in '$classname' class); } -@$obj = new

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-03-19 Thread Tobias Frost
Yes, it works. Thank you! Am Freitag, den 18.03.2011, 13:54 +0800 schrieb Thomas Goirand: On 03/18/2011 02:03 AM, Tobias Frost wrote: Hallo Thomas, here's some additional info which might save you some work (but I suppose you already know it) Upstream has already some suggestions

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-03-19 Thread Thomas Goirand
On 03/19/2011 05:26 PM, Tobias Frost wrote: Yes, it works. Thank you! Thanks for testing, I've just uploaded the resulting package to SID. Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-03-17 Thread Thomas Goirand
On 03/17/2011 11:14 PM, Tobias Frost wrote: Package: php-image-barcode Version: 1.1.1-1 Severity: minor My php script on my debuggin machine tells me: Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/php/Image/Barcode.php on line 80 and later

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-03-17 Thread Tobias Frost
Hallo Thomas, here's some additional info which might save you some work (but I suppose you already know it) Upstream has already some suggestions in their bug tracking system which solves the issues. I saw this after posting the bug report:

Bug#618680: [php-maint] Bug#618680: php-image-barcode: Uses depreciated methods

2011-03-17 Thread Thomas Goirand
On 03/18/2011 02:03 AM, Tobias Frost wrote: Hallo Thomas, here's some additional info which might save you some work (but I suppose you already know it) Upstream has already some suggestions in their bug tracking system which solves the issues. I saw this after posting the bug report: