<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Centos 8 安装php7.2]]></title><description><![CDATA[<p dir="auto">dnf module list php</p>
<p dir="auto">首先重置<br />
dnf module reset php</p>
<p dir="auto">然后启用php7.2<br />
dnf module enable php:7.2</p>
<p dir="auto">dnf install -y php php-opcache php-gd php-curl php-mysqlnd</p>
<p dir="auto">php -v</p>
<p dir="auto">接下来就可以重启httpd.service<br />
systemctl restart httpd.service</p>
<p dir="auto">修改配置文件<br />
vi /etc/php-fpm.d/www.conf</p>
]]></description><link>http://an.forum.genostack.com/topic/563/centos-8-安装php7-2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:30:55 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/563.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Mar 2022 02:02:46 GMT</pubDate><ttl>60</ttl></channel></rss>