Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

5.34. PECL FAQ

5.34.1. Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user

查看 php_dir

$ pecl config-get php_dir			
/srv/php-5.5.7/lib/php
			

修改權限

chown root:root -R /srv/php-5.5.7/lib/php