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

Bug #6472 wrong paths in require_once
Submitted: 2006-01-12 10:57 UTC
From: adamg at pld-linux dot org Assigned: jystewart
Status: Closed Package: XML_Feed_Parser
PHP Version: Irrelevant OS: PLD Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 34 - 20 = ?

 
 [2006-01-12 10:57 UTC] adamg at pld-linux dot org
Description: ------------ in XML/Feed/Parser.php there are lines as: require_once 'Parser/foo.php' To be safe, we should try to use paths with respect to pear's top dir. In that case, it should be: require_once 'XML/Feed/Parser/foo.php' There's a patch for this issue available at: http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/php-pear-XML_Feed_Parser-paths.patch?rev=1.1

Comments

 [2006-01-12 13:23 UTC] jystewart at php dot net
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Thanks.