PHP 設定方法
作成日時:2019/06/13
更新日時:2019/06/13
スポンサーリンク
公式ドキュメント
https://www.php.net/manual/ja/configuration.php
設定ファイル
以下PHP関数の出力内容から設定値を確認
phpinfo()
iniファイルの場所
Loaded Configuration File
追加iniファイルの場所
Scan this dir for additional .ini files
追加iniファイルのディレクトリ内のファイル一覧
Additional .ini files parsed
remiリポジトリからPHP7.2をインストールした際のiniファイル
/etc/opt/remi/php72/php.ini /etc/opt/remi/php72/php.d
PHPエラー
-
[Sun jan 01 00:00:00.000000 2000] [php7:warn] [pid XXXX] [client XXX.XXX.XXX.XXX:XXXXX] PHP Warning: end() expects parameter 1 to be array, boolean given in /var/www/html/index.php on line XXX, referer: http://localhost:XXXXX/index.php
PHP設定
メモリ上限設定
ini_set('memory_limit', '512M');