LoginSignup
0
1

More than 1 year has passed since last update.

[Drupal]PHPの設定を変更する

Posted at

PHPのメモリ容量などphp.iniに書かれている情報はsettings.phpに以下のような行を追加することで編集できます。

ini_set('memory_limit', '256M');

他には

  • php.ini
  • .user.ini
  • .htaccess
    を編集する方法もあります。詳しくはこちらをご覧ください。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1