{"id":34777,"date":"2023-05-18T19:20:18","date_gmt":"2022-11-24T15:58:35","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/"},"modified":"2024-04-30T04:49:46","modified_gmt":"2024-04-29T20:49:46","slug":"centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/","title":{"rendered":"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi&#8217;s RPM repository\uff09"},"content":{"rendered":"<h1>\u306f\u3058\u3081\u306b<\/h1>\n<p>Remi&#8217;s RPM repository\u3092\u5229\u7528\u3057\u3066CentOS8\u306bPHP7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<br \/>\n\u89aa\u8a18\u4e8b\uff1aPHP, PHP-FPM\u306e\u5404\u7a2e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3068EOL\u307e\u3068\u3081<br \/>\n\u53c2\u8003\uff1aRemi&#8217;s RPM repository<\/p>\n<h2>\u652f\u63f4<\/h2>\n<p>\u672c\u624b\u6cd5\u3067\u5c0e\u5165\u3057\u305f\u5834\u5408\u3001PHP: Supported Versions\/PHP: Unsupported Branches\u3088\u308a\u30012022-11-28\u304cEOL\u306b\u306a\u308b\u3068\u601d\u308f\u308c\u308b\u3002<br \/>\n\u305d\u308c\u4ee5\u964d\u306b\u5831\u544a\u3055\u308c\u305f\u8106\u5f31\u6027\u3084\u4e0d\u5177\u5408\u3078\u306e\u5bfe\u5fdc\u306f\u5b9f\u65bd\u3055\u308c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308b\u3002<\/p>\n<h2>\u8bf7\u6ce8\u610f<\/h2>\n<ul class=\"post-ul\">\u4ed6\u306ePHP\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u5165\u308c\u3066\u3044\u305f\u5834\u5408\u3001\u4e0b\u8a18\u30b3\u30de\u30f3\u30c9\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30ea\u30bb\u30c3\u30c8\u304c\u5fc5\u8981<\/ul>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> dnf module reset php\r\n<\/code><\/pre>\n<h2>\u65e5\u5fd7<\/h2>\n<h3>\u5b89\u88c5<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> <span class=\"nb\">cat<\/span> \/etc\/redhat-release\r\n<span class=\"go\">CentOS Linux release 8.0.1905 (Core)\r\n\r\n<\/span><span class=\"gp\">#<\/span> dnf <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> https:\/\/rpms.remirepo.net\/enterprise\/remi-release-8.rpm\r\n<span class=\"go\">... \u7565\r\n\r\n<\/span><span class=\"gp\">#<\/span> dnf module <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> php:remi-7.4\r\n<span class=\"gp\">#<\/span> dnf <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> which\r\n<span class=\"go\">... \u7565\r\n<\/span><\/code><\/pre>\n<h3>\u542f\u52a8\/\u505c\u6b62php-fpm<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl start php-fpm\r\n<span class=\"gp\">#<\/span> systemctl status php-fpm\r\n<span class=\"go\">\u25cf php-fpm.service - The PHP FastCGI Process Manager\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/php-fpm.service;<\/span> disabled<span class=\"p\">;<\/span> vendor preset: disabled<span class=\"o\">)<\/span>\r\n<span class=\"gp\">   Active: active (running) since Thu 2019-11-28 12:16:59 UTC;<\/span> 3s ago\r\n<span class=\"go\"> Main PID: 256 (php-fpm)\r\n   Status: \"Ready to handle connections\"\r\n    Tasks: 6 (limit: 8989)\r\n   Memory: 19.1M\r\n   CGroup: \/docker\/e2cab96d7e3e1b99f792ef7ce65d73243cf1827b5e5514e8b52aa20550d6c662\/system.slice\/php-fpm.service\r\n           tq256 php-fpm: master process (\/etc\/php-fpm.conf)\r\n           tq257 php-fpm: pool www\r\n           tq258 php-fpm: pool www\r\n           tq259 php-fpm: pool www\r\n           tq260 php-fpm: pool www\r\n           mq261 php-fpm: pool www\r\n\r\nNov 28 12:16:59 e2cab96d7e3e systemd[1]: Starting The PHP FastCGI Process Manager...\r\nNov 28 12:16:59 e2cab96d7e3e systemd[1]: Started The PHP FastCGI Process Manager.\r\n<\/span><\/code><\/pre>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl stop php-fpm\r\n<span class=\"gp\">#<\/span> systemctl status php-fpm\r\n<span class=\"go\">\u25cf php-fpm.service - The PHP FastCGI Process Manager\r\n<\/span><span class=\"gp\">   Loaded: loaded (\/usr\/lib\/systemd\/system\/php-fpm.service;<\/span> disabled<span class=\"p\">;<\/span> vendor preset: disabled<span class=\"o\">)<\/span>\r\n<span class=\"go\">   Active: inactive (dead)\r\n\r\nNov 28 12:16:59 e2cab96d7e3e systemd[1]: Starting The PHP FastCGI Process Manager...\r\nNov 28 12:16:59 e2cab96d7e3e systemd[1]: Started The PHP FastCGI Process Manager.\r\nNov 28 12:18:08 e2cab96d7e3e systemd[1]: Stopping The PHP FastCGI Process Manager...\r\nNov 28 12:18:08 e2cab96d7e3e systemd[1]: Stopped The PHP FastCGI Process Manager.\r\n<\/span><\/code><\/pre>\n<h3>\u81ea\u52a8\u542f\u52a8\/\u53d6\u6d88\u81ea\u52a8\u542f\u52a8\u7684php-fpm\u8bbe\u7f6e<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl <span class=\"nb\">enable <\/span>php-fpm\r\n<span class=\"go\">Created symlink \/etc\/systemd\/system\/multi-user.target.wants\/php-fpm.service \u2192 \/usr\/lib\/systemd\/system\/php-fpm.service.\r\n<\/span><span class=\"gp\">#<\/span> systemctl list-unit-files <span class=\"nt\">--type<\/span><span class=\"o\">=<\/span>service |grep php-fpm\r\n<span class=\"go\">php-fpm.service                        enabled\r\n<\/span><\/code><\/pre>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> systemctl disable php-fpm\r\n<span class=\"go\">Removed \/etc\/systemd\/system\/multi-user.target.wants\/php-fpm.service.\r\n<\/span><span class=\"gp\">#<\/span> systemctl list-unit-files <span class=\"nt\">--type<\/span><span class=\"o\">=<\/span>service |grep php-fpm\r\n<span class=\"go\">php-fpm.service                        disabled\r\n<\/span><\/code><\/pre>\n<h3>\u5404\u79cd\u786e\u8ba4<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> which php\r\n<span class=\"go\">\/usr\/bin\/php\r\n\r\n<\/span><span class=\"gp\">#<\/span> php <span class=\"nt\">-v<\/span>\r\n<span class=\"go\">PHP 7.4.0 (cli) (built: Nov 26 2019 20:13:36) ( NTS )\r\nCopyright (c) The PHP Group\r\nZend Engine v3.4.0, Copyright (c) Zend Technologies\r\n\r\n<\/span><span class=\"gp\">#<\/span> php <span class=\"nt\">-i<\/span> | <span class=\"nb\">grep <\/span>php.ini\r\n<span class=\"gp\">Configuration File (php.ini) Path =&gt;<\/span> \/etc\r\n<span class=\"gp\">Loaded Configuration File =&gt;<\/span> \/etc\/php.ini\r\n\r\n<span class=\"gp\">#<\/span> which php-fpm\r\n<span class=\"go\">\/usr\/sbin\/php-fpm\r\n\r\n<\/span><span class=\"gp\">#<\/span> \/usr\/sbin\/php-fpm <span class=\"nt\">-v<\/span>\r\n<span class=\"go\">PHP 7.4.0 (fpm-fcgi) (built: Nov 26 2019 20:13:36)\r\nCopyright (c) The PHP Group\r\nZend Engine v3.4.0, Copyright (c) Zend Technologies\r\n\r\n<\/span><span class=\"gp\">#<\/span> dnf module info php:remi-7.4\r\n<span class=\"go\">Failed to set locale, defaulting to C\r\nLast metadata expiration check: 0:06:10 ago on Thu Nov 28 12:16:02 2019.\r\nName             : php\r\nStream           : remi-7.4 [e] [a]\r\nVersion          : 20191128090017\r\nContext          : 00000000\r\nProfiles         : common [d] [i], devel, minimal\r\nDefault profiles : common\r\nRepo             : remi-modular\r\nSummary          : PHP scripting language\r\nDescription      : Alternative php 7.4 module. The remi-7.4 stream provides more recent versions and more packages than default 7.4 stream.\r\nArtifacts        : apcu-panel-0:5.1.17-5.el8.remi.7.4.noarch\r\n                 : apcu-panel-0:5.1.18-1.el8.remi.7.4.noarch\r\n                 : libzip-0:1.5.2-1.el8.remi.x86_64\r\n                 : libzip-devel-0:1.5.2-1.el8.remi.x86_64\r\n                 : libzip-tools-0:1.5.2-1.el8.remi.x86_64\r\n                 : php-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-ast-0:1.0.4-1.el8.remi.7.4.x86_64\r\n                 : php-ast-0:1.0.5-1.el8.remi.7.4.x86_64\r\n                 : php-bcmath-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-bcmath-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-brotli-0:0.7.0-4.el8.remi.7.4.x86_64\r\n                 : php-cli-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-cli-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-common-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-common-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-componere-0:3.1.0-4.el8.remi.7.4.x86_64\r\n                 : php-componere-0:3.1.1-1.el8.remi.7.4.x86_64\r\n                 : php-dba-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-dba-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-dbg-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-dbg-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-devel-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-devel-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-embedded-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-embedded-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-enchant-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-enchant-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-fedora-autoloader-0:1.0.0-5.el8.remi.noarch\r\n                 : php-ffi-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-ffi-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-fpm-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-fpm-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-gd-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-gd-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-gmp-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-gmp-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-horde-horde-lz4-0:1.0.10-7.el8.remi.7.4.x86_64\r\n                 : php-imap-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-imap-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-intl-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-intl-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-json-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-json-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-ldap-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-ldap-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-libvirt-0:0.5.4-5.el8.remi.7.4.x86_64\r\n                 : php-libvirt-doc-0:0.5.4-5.el8.remi.7.4.noarch\r\n                 : php-litespeed-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-litespeed-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-lz4-0:0.3.6-2.el8.remi.7.4.x86_64\r\n                 : php-maxminddb-0:1.4.1-2.el8.remi.7.4.x86_64\r\n                 : php-maxminddb-0:1.5.0-3.el8.remi.7.4.x86_64\r\n                 : php-mbstring-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-mbstring-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-mysqlnd-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-mysqlnd-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-oci8-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-oci8-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-odbc-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-odbc-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-opcache-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-opcache-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-pdo-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-pdo-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-pdo-dblib-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-pdo-dblib-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-pear-1:1.10.10-1.el8.remi.noarch\r\n                 : php-pear-1:1.10.10-2.el8.remi.noarch\r\n                 : php-pecl-ahocorasick-0:0.0.7-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-amqp-0:1.9.4-9.el8.remi.7.4.x86_64\r\n                 : php-pecl-apcu-0:5.1.17-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-apcu-0:5.1.18-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-apcu-bc-0:1.0.5-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-apcu-devel-0:5.1.17-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-apcu-devel-0:5.1.18-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-apfd-0:1.0.1-13.el8.remi.7.4.x86_64\r\n                 : php-pecl-base58-0:0.1.4-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-bitset-0:3.0.1-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-cassandra-0:1.3.2-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-cmark-0:1.2.0-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-couchbase2-0:2.6.1-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-crypto-0:0.3.1-9.el8.remi.7.4.x86_64\r\n                 : php-pecl-datadog-trace-0:0.34.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-datadog-trace-0:0.34.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-dbase-0:7.0.0-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-dbase-0:7.0.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-decimal-0:1.3.0-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-dio-0:0.1.0-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-druid-0:1.0.0-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-ds-0:1.2.9-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-eio-0:2.0.4-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-env-0:0.2.1-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-ev-0:1.0.6-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-event-0:2.5.3-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-fann-0:1.1.1-14.el8.remi.7.4.x86_64\r\n                 : php-pecl-gearman-0:2.0.5-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-gearman-0:2.0.6-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-gender-0:1.1.0-14.el8.remi.7.4.x86_64\r\n                 : php-pecl-geoip-0:1.1.1-11.el8.remi.7.4.x86_64\r\n                 : php-pecl-geospatial-0:0.2.1-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-gmagick-0:2.0.5~RC1-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-gnupg-0:1.4.0-9.el8.remi.7.4.x86_64\r\n                 : php-pecl-grpc-0:1.24.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-grpc-0:1.25.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-handlebars-0:0.8.3-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-handlebars-devel-0:0.8.3-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-hdr-histogram-0:0.3.0-10.el8.remi.7.4.x86_64\r\n                 : php-pecl-hdr-histogram-0:0.3.0-9.el8.remi.7.4.x86_64\r\n                 : php-pecl-hprose-0:1.6.8-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-hrtime-0:0.6.0-7.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-0:3.2.2-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-0:3.2.3-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-devel-0:3.2.2-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-devel-0:3.2.3-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-message-0:0.2.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-message-0:0.2.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-message-devel-0:0.2.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-http-message-devel-0:0.2.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-igbinary-0:3.0.1-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-igbinary-devel-0:3.0.1-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-imagick-0:3.4.4-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-imagick-devel-0:3.4.4-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-inotify-0:2.0.0-10.el8.remi.7.4.x86_64\r\n                 : php-pecl-ip2location-0:8.0.1-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-json-post-0:1.0.1-12.el8.remi.7.4.x86_64\r\n                 : php-pecl-krb5-0:1.1.2-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-krb5-devel-0:1.1.2-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-leveldb-0:0.2.1-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-lua-0:2.0.6-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-luasandbox-0:3.0.3-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-lzf-0:1.6.7-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-mailparse-0:3.0.3-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-mcrypt-0:1.0.2-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-mcrypt-0:1.0.3-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-memcache-0:4.0.4-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-memcached-0:3.1.3-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-memcached-0:3.1.4-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-memprof-0:2.0.0-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-mogilefs-0:0.9.3.1-10.el8.remi.7.4.x86_64\r\n                 : php-pecl-mongodb-0:1.5.5-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-mongodb-0:1.6.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-mosquitto-0:0.4.0-7.el8.remi.7.4.x86_64\r\n                 : php-pecl-msgpack-0:2.0.3-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-msgpack-devel-0:2.0.3-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-mustache-0:0.9.0-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-mysql-0:1.0.0-0.23.20190415.d7643af.el8.remi.7.4.x86_64\r\n                 : php-pecl-mysql-xdevapi-0:8.0.17-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-mysql-xdevapi-0:8.0.18-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-mysqlnd-azure-0:1.0.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-mysqlnd-azure-0:1.0.2-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-nsq-0:3.4.3-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-nsq-0:3.5.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-oauth-0:2.0.3-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-opencensus-0:0.2.2-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-parallel-0:1.1.3-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-parle-0:0.8.1-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-pcov-0:1.0.6-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-pdflib-0:4.1.2-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-pdflib-0:4.1.3-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-pq-0:2.1.5-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-propro-0:2.1.0-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-propro-devel-0:2.1.0-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-psr-0:0.7.0-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-psr-devel-0:0.7.0-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-radius-0:1.4.0-0.7.b1.el8.remi.7.4.x86_64\r\n                 : php-pecl-raphf-0:2.0.0-9.el8.remi.7.4.x86_64\r\n                 : php-pecl-raphf-0:2.0.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-raphf-devel-0:2.0.0-9.el8.remi.7.4.x86_64\r\n                 : php-pecl-raphf-devel-0:2.0.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-rar-0:4.0.0-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-rdkafka-0:3.1.2-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-rdkafka4-0:4.0.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-recode-0:1.0.0~DEV.20190723-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-redis5-0:5.1.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-redis5-0:5.1.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-rpminfo-0:0.2.1-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-rrd-0:2.0.1-7.el8.remi.7.4.x86_64\r\n                 : php-pecl-sandbox-0:0.1.2-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-sandbox-0:0.1.3-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-scoutapm-0:1.0.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-scoutapm-0:1.0.2-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-scrypt-0:1.4.2-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-sdl-0:2.2.2-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-sdl-0:2.3.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-seasclick-0:0.1.0-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-seaslog-0:2.0.2-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-selinux-0:0.4.2-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-solr2-0:2.5.0-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-sphinx-0:1.4.0-0.8.20181116.d958afb.el8.remi.7.4.x86_64\r\n                 : php-pecl-ssdeep-0:1.1.0-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-ssh2-0:1.1.2-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-ssh2-0:1.2-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-stats-0:2.0.3-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-stomp-0:2.0.2-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-swoole4-0:4.4.10-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-swoole4-0:4.4.12-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-swoole4-devel-0:4.4.10-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-swoole4-devel-0:4.4.12-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-sync-0:1.1.1-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-trader-0:0.5.0-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-translit-0:0.6.3-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-uopz-0:6.1.0-5.el8.remi.7.4.x86_64\r\n                 : php-pecl-uopz-0:6.1.1-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-uploadprogress-0:1.0.3.1-20.el8.remi.7.4.x86_64\r\n                 : php-pecl-uuid-0:1.0.4-16.el8.remi.7.4.x86_64\r\n                 : php-pecl-uuid-0:1.0.5-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-uv-0:0.2.4-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-varnish-0:1.2.4-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-vips-0:1.0.10-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-vips-0:1.0.9-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-vld-0:0.16.0-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-wddx-0:1.0.0~DEV.20190320-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-xattr-0:1.3.0-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-xdebug-0:2.8.0-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-xdebug-0:2.8.0~beta2-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-xdiff-0:2.0.1-7.el8.remi.7.4.x86_64\r\n                 : php-pecl-xlswriter-0:1.3.1-2.el8.remi.7.4.x86_64\r\n                 : php-pecl-xlswriter-0:1.3.2-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-xmldiff-0:1.1.2-14.el8.remi.7.4.x86_64\r\n                 : php-pecl-xmldiff-devel-0:1.1.2-14.el8.remi.7.4.x86_64\r\n                 : php-pecl-xxtea-0:1.0.11-8.el8.remi.7.4.x86_64\r\n                 : php-pecl-yac-0:2.0.2-6.el8.remi.7.4.x86_64\r\n                 : php-pecl-yaconf-0:1.0.8-0.4.20180622.d5f267a.el8.remi.7.4.x86_64\r\n                 : php-pecl-yaconf-devel-0:1.0.8-0.4.20180622.d5f267a.el8.remi.7.4.x86_64\r\n                 : php-pecl-yaml-0:2.0.4-4.el8.remi.7.4.x86_64\r\n                 : php-pecl-yaz-0:1.2.3-3.el8.remi.7.4.x86_64\r\n                 : php-pecl-zip-0:1.15.4-7.el8.remi.7.4.x86_64\r\n                 : php-pecl-zip-0:1.15.5-1.el8.remi.7.4.x86_64\r\n                 : php-pecl-zmq-0:1.1.3-10.el8.remi.7.4.x86_64\r\n                 : php-pecl-zmq-0:1.1.3-11.el8.remi.7.4.x86_64\r\n                 : php-pggi-0:0.4.0-1.el8.remi.7.4.x86_64\r\n                 : php-pggi-0:0.4.1-1.el8.remi.7.4.x86_64\r\n                 : php-pgsql-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-pgsql-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-phalcon4-0:4.0.0~rc.2-1.el8.remi.7.4.x86_64\r\n                 : php-phalcon4-0:4.0.0~rc.3-1.el8.remi.7.4.x86_64\r\n                 : php-phpiredis-0:1.0.0-13.el8.remi.7.4.x86_64\r\n                 : php-pinba-0:1.1.1-6.el8.remi.7.4.x86_64\r\n                 : php-process-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-process-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-pspell-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-pspell-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-smbclient-0:1.0.0-4.el8.remi.7.4.x86_64\r\n                 : php-snappy-0:0.1.9-4.el8.remi.7.4.x86_64\r\n                 : php-snmp-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-snmp-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-soap-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-soap-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-sodium-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-sodium-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-sqlsrv-0:5.6.1-5.el8.remi.7.4.x86_64\r\n                 : php-sqlsrv-0:5.7.0~preview-1.el8.remi.7.4.x86_64\r\n                 : php-tidy-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-tidy-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-wkhtmltox-0:0.3.2-0.5.20171112.fecc9af.el8.remi.7.4.x86_64\r\n                 : php-xml-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-xml-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-xmlrpc-0:7.4.0-1.el8.remi.x86_64\r\n                 : php-xmlrpc-0:7.4.0~RC6-15.el8.remi.x86_64\r\n                 : php-zephir-parser-0:1.3.1-2.el8.remi.7.4.x86_64\r\n                 : php-zephir-parser-0:1.3.2-1.el8.remi.7.4.x86_64\r\n                 : php-zephir-parser-devel-0:1.3.1-2.el8.remi.7.4.x86_64\r\n                 : php-zephir-parser-devel-0:1.3.2-1.el8.remi.7.4.x86_64\r\n                 : php-zstd-0:0.7.4-2.el8.remi.7.4.x86_64\r\n                 : php-zstd-devel-0:0.7.4-2.el8.remi.7.4.x86_64\r\n                 : unit-php-0:1.12.0-1.el8.remi.7.4.x86_64\r\n                 : unit-php-0:1.13.0-1.el8.remi.7.4.x86_64\r\n\r\nHint: [d]efault, [e]nabled, [x]disabled, [i]nstalled, [a]ctive]\r\n<\/span><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u306f\u3058\u3081\u306b Remi&#8217;s RPM repository\u3092\u5229\u7528\u3057\u3066CentOS8\u306bPHP7.4\u3092\u30a4\u30f3\u30b9 [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-34777","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi&#039;s RPM repository\uff09 - Blog - Silicon Cloud<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8\u306bphp-7-4-php-fpm-7-4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08remis-rpm-repository\uff09\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi&#039;s RPM repository\uff09\" \/>\n<meta property=\"og:description\" content=\"\u306f\u3058\u3081\u306b Remi&#8217;s RPM repository\u3092\u5229\u7528\u3057\u3066CentOS8\u306bPHP7.4\u3092\u30a4\u30f3\u30b9 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8\u306bphp-7-4-php-fpm-7-4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08remis-rpm-repository\uff09\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-24T15:58:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-29T20:49:46+00:00\" \/>\n<meta name=\"author\" content=\"\u5b87, \u534e\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u5b87, \u534e\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/\",\"name\":\"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi's RPM repository\uff09 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2022-11-24T15:58:35+00:00\",\"dateModified\":\"2024-04-29T20:49:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi&#8217;s RPM repository\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458\",\"name\":\"\u5b87, \u534e\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g\",\"caption\":\"\u5b87, \u534e\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/yuhua\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi's RPM repository\uff09 - Blog - Silicon Cloud","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8\u306bphp-7-4-php-fpm-7-4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08remis-rpm-repository\uff09\/","og_locale":"zh_CN","og_type":"article","og_title":"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi's RPM repository\uff09","og_description":"\u306f\u3058\u3081\u306b Remi&#8217;s RPM repository\u3092\u5229\u7528\u3057\u3066CentOS8\u306bPHP7.4\u3092\u30a4\u30f3\u30b9 [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8\u306bphp-7-4-php-fpm-7-4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08remis-rpm-repository\uff09\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2022-11-24T15:58:35+00:00","article_modified_time":"2024-04-29T20:49:46+00:00","author":"\u5b87, \u534e","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u5b87, \u534e","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"9 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/","name":"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi's RPM repository\uff09 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2022-11-24T15:58:35+00:00","dateModified":"2024-04-29T20:49:46+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"CentOS 8\u306bPHP 7.4, PHP-FPM 7.4\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08Remi&#8217;s RPM repository\uff09"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website","url":"https:\/\/www.silicloud.com\/zh\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/513018e4e121d3add1b7c5de8be21458","name":"\u5b87, \u534e","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63cd45cbc05a35fc4ff7637a163c83c4962ef58d27472726c3a3e0c9c5194f0f?s=96&d=mm&r=g","caption":"\u5b87, \u534e"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/yuhua\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/centos-8%e3%81%abphp-7-4-php-fpm-7-4%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%ef%bc%88remis-rpm-repository%ef%bc%89\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/34777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=34777"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/34777\/revisions"}],"predecessor-version":[{"id":89789,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/34777\/revisions\/89789"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=34777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=34777"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=34777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}