diff --git a/php.ini b/php.ini index e9cb5df2a..fb084f5db 100644 --- a/php.ini +++ b/php.ini @@ -8,3 +8,7 @@ output_buffering = "1" ; phpinfo: Provided on admin/reports/status under PHP -> "more information". ; getmypid: Used by drupal_random_bytes(), but not required. google_app_engine.enable_functions = "getmypid, phpinfo" +;Suggest adding in values to control upload size and max post so that if google cloud storage bucket is configured +; files larger than 0 bytes can be uploaded to it +upload_max_filesize ="30M" +post_max_size="30M"