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

Bug #13123 pear config-set works, but pecl config-set does not
Submitted: 2008-02-15 18:45 UTC
From: mpb Assigned: cellog
Status: Closed Package: PEAR (version 1.7.1)
PHP Version: 5.2.5 OS: Linux
Roadmaps: 1.7.2    
Subscription  


 [2008-02-15 18:45 UTC] mpb (Firstname Lastname)
Description: ------------ I am able to set php_ini via pear, but not via pecl, as follows: $ pecl config-set php_ini /home/gobo/Programs/PHP/5.2.5/lib/php.ini config-set (php_ini, /home/gobo/Programs/PHP/5.2.5/lib/php.ini, user) failed, channel pecl.php.net exit 1 $ pear config-set php_ini /home/gobo/Programs/PHP/5.2.5/lib/php.ini config-set succeeded I would expect to be able to do config-set via either pear or pecl, as "pecl help" lists config-set as a valid pecl command. Thanks!

Comments

 [2008-03-29 13:02 UTC] dufuz (Helgi Þormar Þorbjörnsson)
I can set most options via pecl config-set but just not php_ini it seems
 [2008-05-13 01:32 UTC] cellog (Greg Beaver)
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.