X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fci%2Fsetup%2Fsetup_php_travis.sh;h=650e91b3040df69b075fed4f0c1de73f2aab4cea;hb=1ec91b278afce996d10a54507239def43324cbd7;hp=2f5e9b0e27a62dae19ab63c4715f1b1da14bcfd4;hpb=8375b2fb26edbc49ed584a1d92956cee01f7830b;p=plcapi.git diff --git a/tests/ci/setup/setup_php_travis.sh b/tests/ci/setup/setup_php_travis.sh index 2f5e9b0e..650e91b3 100755 --- a/tests/ci/setup/setup_php_travis.sh +++ b/tests/ci/setup/setup_php_travis.sh @@ -39,6 +39,7 @@ if [ -d ~/.phpenv/versions/${PHPVER}/etc/php-fpm.d ]; then if [ "$TRAVIS_PHP_VERSION" = "7.3" -a -n "$(ls -A ~/.phpenv/versions/${PHPVER}/etc/php-fpm.d)" ]; then cp ~/.phpenv/versions/${PHPVER}/etc/php-fpm.d/www.conf.default ~/.phpenv/versions/${PHPVER}/etc/php-fpm.d/www.conf fi + # it seems that www.conf exists for php 7.4 and 8.0... fi #cat ~/.phpenv/versions/${PHPVER}/etc/php-fpm.conf @@ -46,6 +47,7 @@ fi # Use a unix socket for communication between apache and php-fpm - same as stock Ubuntu does sed -i -e "s,listen = 127.0.0.1:9000,listen = /run/php/php-fpm.sock,g" ~/.phpenv/versions/${PHPVER}/etc/php-fpm.d/www.conf +mkdir /run/php # @todo run php-fpm as root, and set up 'travis' as user in www.conf, instead ? ~/.phpenv/versions/${PHPVER}/sbin/php-fpm