http://www.arthurtoday.com/2013/02/ubun ... jPeaMba5yQ
代碼: 選擇全部
chmod 777 Symfony/app/cache -fR
chmod 777 Symfony/app/logs -fR
php.ini
代碼: 選擇全部
date.timezone = "Asia/Taipei"
short_open_tag = Off
PCRE 8.0+ is preconfigured in PHP since 5.3.2 but you are using an outdated version of it. Symfony probably works anyway but it is recommended to upgrade your PCRE extension.
http://php.net/manual/en/pcre.installation.php
http://sourceforge.net/projects/pcre/?source=pdlp
http://packages.ubuntu.com/search?keywo ... ection=all
http://stackoverflow.com/questions/1221 ... is-too-old
dpkg -i multiarch-support_2.17-91ubuntu1_amd64.deb
dpkg -i --force-depends libpcre3_8.31-2_amd64.deb
dpkg -r --force-depends libpcre3
apt-get install libpcre3
root@nas:/home/yehlu/pcre# pcretest -C
PCRE version 7.8 2008-09-05
Compiled with
UTF-8 support
Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack