ja:documentation:07_technical_annexes:14_php_7

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
ja:documentation:07_technical_annexes:14_php_7 [2022/12/01 06:15] – [php.ini] junichija:documentation:07_technical_annexes:14_php_7 [2023/06/22 03:05] – [PHP 7 のインストールとアップデート] junichi
行 1: 行 1:
-====== PHP 7 のインストールとアップデート ====== +====== (OBSOLETE) PHP 7 のインストールとアップデート ====== 
 {{indexmenu_n>14}} {{indexmenu_n>14}}
  
行 229: 行 229:
 {{  :wiki:version_7_4_php_rocky_linux_8.png  }} {{  :wiki:version_7_4_php_rocky_linux_8.png  }}
  
-===== php.ini =====+===== php.ini ファイル =====
  
 There is also the possibility that during the upgrade process to php7, the php.ini file is affected. Here is an example of some of the data that php.ini must include: There is also the possibility that during the upgrade process to php7, the php.ini file is affected. Here is an example of some of the data that php.ini must include:
行 272: 行 272:
  
  
-=== CentOS におけるオフラインでの対応 === 
  
-In case the environment Pandora FMS does not have internet access or the security policy does not allow to install a third party repository, we have provided all the rpms needed for php update in our official support website (only for Enterprise clients) together with 729 version packages. 
- 
-Pandora FMS がインターネットへアクセスできない場合や、セキュリティポリシーでサードパーティリポジトリからインストールできない場合向けに、バージョン 729 と php のアップデートに必要な rpm パッケージを提供する公式サポートウェブサイトを提供しています(Enterprise 版ユーザのみ)。 
- 
-この場合のアップデート方法は次の通りです。 
- 
-1.- 我々のサポートサイトから RPM の入った tar.gz ファイルをダウンロード (RPM は、CentOS 6 x86、CentOS 6 x64、CentOS 7 x64 に対応しています) 
- 
-2.- tar.gz を任意のディレクトリに展開します。 
- 
-<code> 
-tar xvzf rpm-php7-centos7.tar.gz 
- 
-</code> 
- 
-3.- 展開したディレクトリへ行き、パッケージをアップデートするコマンドを実行します 
- 
-<code> 
- cd rpm-centos7-php7 
- rpm -U --force *.rpm 
-</code> 
- 
-インストールされている Pandora FMS コンソールパッケージとの互換性がないという表示された場合は、バージョン 729 の rpm をこのディレクトリにコピーするか、次のコマンドを実行してください。 
- 
-<code> 
-rpm -U --force *.rpm --nodeps 
- 
-</code> 
  
 [[ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]] [[ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]]