Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.18

Bug #3966 Improper path in PEAR/PackageFile/v2.php
Submitted: 2005-03-26 19:48 UTC
From: adamg at pld-linux dot org Assigned: cellog
Status: Closed Package: PEAR
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2005-03-26 19:48 UTC] adamg at pld-linux dot org
Description: ------------ In PEAR/PackageFile/v2.php, in the beginning of the function &getRW() (around line 1513) there is this code: == code if (!class_exists('PEAR_PackageFile_v2_rw')) { require_once 'PEAR/PackageFile/Generator/v2/rw.php'; } == code and PEAR/PackageFile/Generator/v2/rw.php does not exist. Instead, it should be: == code if (!class_exists('PEAR_PackageFile_v2_rw')) { require_once 'PEAR/PackageFile/v2/rw.php'; } == code

Comments

 [2005-03-27 23:18 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2005-03-28 17:56 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!