


Important: the required PHP version is a version that WordPress requires to work properly, regardless of whether it is still supported or not. Although the software might work on legacy versions that reached their End Of Life, the platform recommends using only supported PHP versions. Each version of WP requires specific PHP versions that it is compatible with. Among them, there are the WordPress PHP requirements. WordPress requires specific server requirements.

However, WordPress PHP versions differ depending on the compatibility of WP with PHP.
Php versions update#
Thus, users of WP have to regularly update their software and check their WP version and its compatibility with the supported PHP versions. Updates for both platforms are being published continuously. These archives are available for on-demand installation.WordPress substantially relies on PHP to work and operate. You can find more information on the build config format for PHP in our Travis CI Build Config Reference.

# Wire up Apache to use Travis CI's php-fpm.Īlias /php5-fcgi /usr/lib/cgi-bin/php5-fcgiįastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization Options FollowSymLinks MultiViews ExecCGI Virtual host as usual, the important part for php-fpm is this: You will need to have build/travis-ci-apache file that will configure your Note that sudo is not available for builds that are running on container-based.
Php versions install#
Improve this page on GitHub Building a PHP projectīefore_script : - sudo apt-get update - sudo apt-get install apache2 libapache2-mod-fastcgi # enable php-fpm - sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/ ~/.phpenv/versions/$(phpenv version-name)/etc/nf - sudo a2enmod rewrite actions fastcgi alias - echo "cgi.fix_pathinfo = 1" > ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - sudo sed -i -e "s,- sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" -in-place /etc/apache2/sites-available/nf - sudo service apache2 restart
Php versions how to#
The README in our Git repository explains how to contribute.
