Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php_value memory_limit #2

Open
richardgmcmahon opened this issue Apr 12, 2015 · 0 comments
Open

php_value memory_limit #2

richardgmcmahon opened this issue Apr 12, 2015 · 0 comments

Comments

@richardgmcmahon
Copy link

Mainly for info, in order to install I needed to add php_value memory_limit 100M as shown below to the .htaccess file on a test site that had a php limit too small.

Override PHP settings that cannot be changed at runtime. See
sites/default/default.settings.php and drupal_environment_initialize() in
includes/bootstrap.inc for settings that can be changed at runtime.

PHP 5, Apache 1 and 2.

php_flag magic_quotes_gpc off
php_flag magic_quotes_sybase off
php_flag register_globals off
php_flag session.auto_start off
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_flag mbstring.encoding_translation off
php_value memory_limit 100M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant