如果可以从 php-fpm 中的 ppa:ondrej/php 存储库安装 php-5.6,我正在措辞。现在,我正在使用从源代码构建 php 的教程:https ://www.howtoforge.com/tutorial/how-to-install-php-5-6-on-ubuntu-16-04/
如何使用 ppa:ondrej/php 中的 php-5.6 设置类似的配置?
如果可以从 php-fpm 中的 ppa:ondrej/php 存储库安装 php-5.6,我正在措辞。现在,我正在使用从源代码构建 php 的教程:https ://www.howtoforge.com/tutorial/how-to-install-php-5-6-on-ubuntu-16-04/
如何使用 ppa:ondrej/php 中的 php-5.6 设置类似的配置?
好的,这个问题由 ahrasis 间接回答,这里:https://www.howtoforge.com/community/threads/install-intl-php-7-1-extension-in-a-php-multiple-version-server。 75406/#post-356624
对于 FastCGI 添加如下内容:
Path to the PHP FastCGI binary = /usr/bin/php-cgi5.6
Path to the php.ini directory = /etc/php/5.6/cgi
对于 > PHP-FPM
Path to the PHP-FPM init script = /etc/init.d/php5.6-fpm
Path to the php.ini directory = /etc/php/5.6/fpm
Path to the PHP-FPM pool directory = /etc/php/5.6/fpm/pool.d