Bug#619307: [php-maint] Bug#619307: php-pear seems to be broken

2011-03-22 Thread Ernesto Domato
Oh, the report bug filled on PEAR is: http://pear.php.net/bugs/bug.php?id=18388 Ernesto -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#619307: [php-maint] Bug#619307: php-pear seems to be broken

2011-03-22 Thread Ernesto Domato
Ok, I reported the bug to PEAR too since the error is also on SVN trunk :-) The problem is that there's a parentheses mistake on line 232. In the patch included in this mail is both fixes, the parenthesis one and the raiseErro one. Thanks. Ernesto On Tue, Mar 22, 2011 at 18:16, Ondřej Surý wrot

Bug#619307: [php-maint] Bug#619307: php-pear seems to be broken

2011-03-22 Thread Ondřej Surý
You could try to pull whole PEAR 1.9.3 from SVN and test if it works. And I guess PEAR people would be happy if you report new bugs along the way. (Something could be caused by pulling incomplete fix from 1.9.3 to fix new CVE caused by another incomplete fix for different CVE... argh, so we have

Bug#619307: [php-maint] Bug#619307: php-pear seems to be broken

2011-03-22 Thread Ernesto Domato
Ok, that solves part of the problem but there's more upstream ones :-P The saveCache function calls System::mkdir but the method is System::mkDir and for that reason, now the error is raised correctly but is because is calling a method from System module that doesn't exists. Anyway, changing line

Bug#619307: [php-maint] Bug#619307: php-pear seems to be broken

2011-03-22 Thread Ondřej Surý
tags 619307 +upstream patch thank you Looks like an upstream bug, diff is here (and attached): http://svn.php.net/viewvc/pear/pear-core/trunk/PEAR/REST.php?r1=308688&r2=308983 Apply the attached patch for a quick fix. I'll pull the fix to -4 tomorrow. Thanks for the report, O. On Tue, Mar 22