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

Bug #11144 Recent commit to support chdir better broke tests on win
Submitted: 2007-05-25 18:35 UTC
From: dufuz Assigned: dufuz
Status: Closed Package: PEAR (version CVS)
PHP Version: Irrelevant OS: Win XP sp2
Roadmaps: 1.6.0    
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 : 37 - 24 = ?

 
 [2007-05-25 18:35 UTC] dufuz (Helgi Þormar)
Description: ------------ The recent addition was like this: set_include_path(get_include_path().':'.getcwd()); // allows chdir but should be like this: set_include_path(get_include_path(). PATH_SEPARATOR .getcwd()); // allows chdir The reason, path separators aren't the same on win and *nix

Comments

 [2007-05-26 01:57 UTC] dufuz (Helgi Þormar)
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.