".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
WHM是一个和[cPanel面板](/#)来建站,当需要部署PHP 8程序时,可通过WHM面板进行快速安装操作,下面一起来了解下相关步骤。
1、首先登录到[Hostwinds](/#) VPS中的WHM面板,然后在WHM面板界面中,点击“Software”选项。
![](https://www.idcspy.com/wp-content/uploads/2021/06/soft1.jpg)
2、在新界面中,单击“EasyApache 4”。EasyApache 4 是WHM服务器用户专用的软件工具。通过EasyApache 4界面,您可以管理和维护服务器上的Apache、PHP和其他服务。
![](https://www.idcspy.com/wp-content/uploads/2021/06/soft2.jpg)
3、进入EasyApache 4界面后,在Current Installed Packages部分,单击“Customize”自定义按钮。
![](https://www.idcspy.com/wp-content/uploads/2021/06/soft3.jpg)
4、之后会出现各种自定义选项,您可以单击上面的“PHP Versions”PHP版本选项。
![](https://www.idcspy.com/wp-content/uploads/2021/06/soft4.jpg)
5、这里WHM还将检查其他PHP版本及目前使用的PHP扩展。
![](https://www.idcspy.com/wp-content/uploads/2021/06/soft5.jpg)
6、最后点击PHP版本的切换按钮选择PHP 8,将其安装到您的Hostwinds VPS上。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105884.html