1 頁 (共 1 頁)

PHPBrew

發表於 : 2013-10-14 14:05:56
yehlu
https://github.com/c9s/phpbrew

代碼: 選擇全部

sudo apt-get install autoconf automake curl build-essential libxslt1-dev re2c libxml2-dev php5-cli bison libbz2-dev
sudo apt-get build-dep php5
curl -O https://raw.github.com/c9s/phpbrew/master/phpbrew
chmod +x phpbrew
sudo cp phpbrew /usr/bin/phpbrew

Re: PHPBrew

發表於 : 2013-10-14 14:14:26
yehlu
修改 .bashrc 加入下列一行

代碼: 選擇全部

source ~/.phpbrew/bashrc

Re: PHPBrew

發表於 : 2013-10-15 14:00:03
yehlu
安裝擴充套件

代碼: 選擇全部

phpbrew ext xdebug

Package locales-all has no installation candidate

發表於 : 2013-10-16 08:35:46
yehlu
出現 Package locales-all has no installation candidate
改用
aptitude 安裝即可

phpbrew install php-5.5.4 Error

發表於 : 2013-10-16 08:42:29
yehlu
configure: error:
PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)

原因
後面沒加 +default

代碼: 選擇全部

phpbrew install php-5.5.4 +default

libtool: unrecognized option `-export-dynamic'

發表於 : 2013-10-16 09:23:25
yehlu
yehlu@cPOSap01:~$ tail /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"
yehlu@cPOSap01:~$ phpbrew install php-5.3.27 +default

https://github.com/c9s/phpbrew/issues/83

代碼: 選擇全部

phpbrew install php-5.3.27 +default +intl

Re: PHPBrew

發表於 : 2014-11-06 20:03:51
sabahat
对我们很好的好消息。漂亮的链接,您共享。我已经发现了这个在不同的网站,但不满意的一点。