10.4.9
There are two ways to do this:
Most Secure - but not tested
- Open NetInfo Manager
- Modify /groups/wheel/users, add a new value for your login id
- Verify it works:
$ pear list
Less Secure – but tested
- give full access to /usr/lib/php
$ sudo chmod -R 7777 /usr/lib/php/
NOTE: This makes PEAR work, still need to verify that PHP and PEAR are working together
10.4.10 and PHP 5.2.3
Noticed that PEAR just worked, didn’t need to do anything