swoole-concise-guide
swoole-concise-guide copied to clipboard
1. libpng12-dev => libpng-dev 2. 需要加上libssl-dev 3. --with-mysql=mysqlnd 因为php7之后废弃了,需要去掉 4. --with-mcrypt 这个也需要去掉 5. 建议多版本管理,类似: ```bash ./configure --prefix=/usr/local/php7.2 --with-config-file-path=/etc/php7.2 mkdir /etc/php7.2 cp php.ini-development /etc/php7.2/php.ini export PATH=/usr/local/php7.2/bin:$PATH export PATH=/usr/local/php7.2/sbin:$PATH ``` 6. 当然PHP安装只是基础,swoole才是重点...
php7 no longer support mysql&mcrypt so shall we add sentence like “with php7 we should remove ./configure --with-mysql --with-mcrypt ”
Hi, I can have a try to traslate your book in English. please contact me. [email protected]