Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"