Report new bug | New search | Development Roadmap Status: Open | Feedback | All

Bug #1832 Pear and Pecl packages mixed up
Submitted: 2004-07-09 13:25 UTC
From: bart at mediawave dot nl Assigned: danielc
Status: Bogus Package: Web Site
PHP Version: Irrelevant OS: -
Roadmaps: (Not assigned)    
Subscription  


 [2004-07-09 13:25 UTC] bart at mediawave dot nl
Description: ------------ DB_DataObject is a PEAR package. However, it's possible to view this PEAR package through the Pecl.php.net website. http://pecl.php.net/package/DB_DataObject/ Viewing Pecl packages in pear.php.net doesn't work. The user gets redirected to pecl.php.net. Reproduce code: --------------- http://pecl.php.net/package/DB_DataObject/ Expected result: ---------------- Package does not exist or Jump to http://pear.php.net/package/DB_DataObject/ Actual result: -------------- Viewing the PEAR package as if it's a Pecl package.

Comments

 [2004-07-09 13:35 UTC] danielc
While you are correct, this is a problem with the PECL website. Please open the bug report there. The PEAR website already checks if the request is for a PECL package and forwards the browser there if it is. Thanks.