{"data":{"external_id":1566,"slug":"how-do-i-change-the-php-version","title":"How Do I Change the PHP Version?","content":"In this article, I will show you how to easily change the PHP version for each domain. Versions PHP 8.0 to 8.3 are now available. Version 7.4 is still available for backward compatibility but is no longer recommended.\nChanging the PHP Version\nLogin to the Web Interface: Log in to the web interface (Plesk).\nSelect Domain: Go to &#8222;Domains&#8220; and select the website for which you want to change the PHP version.\nAdjust PHP Settings: Click on &#8222;PHP Settings.&#8220;\nSelect PHP Version: Choose the desired PHP version (8.0 to 8.3).\nSave Selection: Click &#8222;Ok&#8220; to save the new PHP version.\nThe new setting will be active after about 3 minutes.\nFastCGI vs. FPM: What is the Difference?\nFastCGI:\nPerformance: FastCGI offers better performance compared to traditional CGI because it doesn&#8217;t start a new process for each request.\nStability: FastCGI processes run isolated, which means they aren&#8217;t affected by crashes of other processes.\nUsage: Ideal for smaller applications and websites with moderate traffic.\nFPM (FastCGI Process Manager):\nPerformance: FPM further optimizes FastCGI, offering better performance and scalability for PHP applications.\nStability: FPM can manage different pools of PHP processes with various configurations, providing more flexibility and stability.\nUsage: Best for large websites and applications with high traffic, requiring efficient resource management.","schema":null,"facts":[],"links":[]}}