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

Bug #14387 pear config-create case problem
Submitted: 2008-07-22 16:34 UTC
From: lesar Assigned:
Status: Open Package: PEAR (version 1.7.2)
PHP Version: 5.2.3 OS: ubuntu 7.10
Roadmaps: (Not assigned)    
Subscription  


 [2008-07-22 16:34 UTC] lesar (Leonardo Saracini)
Description: ------------ if you type at prompt pear config-create .... all the path are in lower case. if you have a path /var/www/user/pear/PEAR/... config-create write /var/www/user/pear/pear/...

Comments

 [2008-08-03 10:38 UTC] tias (Tias Guns)
Not reproducable on: PEAR Version: 1.7.2 PHP Version: 5.2.5-3 Zend Engine Version: 2.2.0 Running on: Linux katana 2.6.23-1-686 #1 SMP Fri Dec 21 13:57:07 UTC 2007 i686 running: bin/pear -c pear.conf config-create /home/tias/TRUNK/pear/openbasedir2/PEAR pear_new.conf gives a correct-cased config file. I've noticed that config-create is really naive and will blindly use the path you give it. Did you yourself enter the path in the correct case ?
 [2008-08-14 21:01 UTC] dufuz (Helgi Þormar Þorbjörnsson)
We should possibly try to make it smart enough instead of blindly taking paths, might end up as bit of voodoo