{"id":8621,"date":"2016-02-17T16:56:40","date_gmt":"2016-02-17T16:56:40","guid":{"rendered":"https:\/\/wp.okra.host\/article\/switching-php-versions\/"},"modified":"2021-03-07T14:37:15","modified_gmt":"2021-03-07T13:37:15","slug":"switching-php-versions","status":"publish","type":"ht_kb","link":"https:\/\/kb.okra.host\/de\/article\/switching-php-versions\/","title":{"rendered":"Umschalten von PHP-Versionen"},"content":{"rendered":"<h2 id=\"overview\" >Overview<\/h2>\n<p>All\u00a0platforms run a\u00a0secondary web server with an older version of PHP other than the default.\u00a0On newer platforms, <a href=\"https:\/\/kb.okra.host\/platform\/determining-platform-version\/\">v6+<\/a>, this interpreter is PHP 5.4. These secondary interpreters are deprecated and should only be used temporarily until the offending site can be\u00a0updated to make use of the latest, more secure release of PHP.<\/p>\n<h2 id=\"usage\" >Usage<\/h2>\n<p>An site may be proxied to the secondary interpreter via a <a href=\"https:\/\/kb.okra.host\/guides\/htaccess-guide\/\">.htaccess<\/a> file located in its <a href=\"https:\/\/kb.okra.host\/web-content\/where-is-site-content-served-from\/\">document root<\/a>.<\/p>\n<ul>\n<li>All servers run the secondary\u00a0interpreter on port 9000.<\/li>\n<li>All <a href=\"https:\/\/kb.okra.host\/platform\/determining-platform-version\/\">v6+<\/a> platforms will also require a ticket to be opened <em>only once<\/em>\u00a0so initial configuration may be setup for\u00a0the account.\n<ul>\n<li>Alternatively, use <a href=\"https:\/\/kb.okra.host\/control-panel\/scripting-with-beacon\/\">Beacon<\/a>: <a href=\"https:\/\/api.apnscp.com\/docs\/class-Php_Module.html\">php_enable_fallback<\/a> to enable support from the terminal<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Add the following lines to the .htaccess file:<\/p>\n<pre>RewriteEngine On\r\nRewriteBase \/\r\nRewriteCond %{SERVER_PORT} !=9000\r\nRewriteRule ^(.*)$ http:\/\/%{HTTP_HOST}:9000\/$1 [P,L,QSA]<\/pre>\n<h2 id=\"verifying\" >Verifying<\/h2>\n<p>Once the rules have been setup, create a new <a href=\"https:\/\/kb.okra.host\/php\/viewing-php-settings\/\">phpinfo script<\/a>\u00a0in the document root, for example named <code>phpinfo.php<\/code>, that contains the following line:<\/p>\n<pre data-language=\"php\"><code>&lt;?php phpinfo();<\/code><\/pre>\n<p>Upon successful completion, a different PHP version will appear in the heading.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview All\u00a0platforms run a\u00a0secondary web server with an older version of PHP other than the default.\u00a0On newer platforms, v6+, this interpreter is PHP 5.4. These secondary interpreters are deprecated and should only be used temporarily until the offending site can be\u00a0updated to make use of the latest, more secure release&#8230;<\/p>","protected":false},"author":1,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[63],"ht-kb-tag":[],"class_list":["post-8621","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-php"],"_links":{"self":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8621","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/comments?post=8621"}],"version-history":[{"count":1,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8621\/revisions"}],"predecessor-version":[{"id":8622,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb\/8621\/revisions\/8622"}],"wp:attachment":[{"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/media?parent=8621"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb-category?post=8621"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/kb.okra.host\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=8621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}