[PHP] ; LANDOPANTHEONPHPINI ;;;;;;;;;;;;;;; ; PHP Globals ; ;;;;;;;;;;;;;;; short_open_tag = Off output_buffering = 4096 allow_call_time_pass_reference = Off request_order = "GP" register_long_arrays = Off register_argc_argv = Off enable_dl = Off allow_url_fopen = On realpath_cache_size = "800K" realpath_cache_ttl = "86400" sendmail_path=/bin/true [Date] date.timezone = "UTC" [mail function] mail.add_x_header = On ;;;;;;;;;;;;;;;;;;;;;;; ;; PANTHEON SETTINGS ;; ;;;;;;;;;;;;;;;;;;;;;;; ; Globals expose_php = Off max_execution_time = 120 max_input_time = 901 max_input_vars = 10000 memory_limit = ${PHP_MEMORY_LIMIT} upload_max_filesize = 100M post_max_size = 100M error_reporting = E_ALL & ~E_DEPRECATED ignore_repeated_errors = on html_errors = off display_errors = on error_log = /var/log/php-error.log log_errors = on ; Drupal Settings from .htaccess ; assert.active controls whether `assert` operations do anything. ; Available in all versions of php assert.active = 0 ; Deprecated in php 5.6 (warnings unless set to -1), removed in php 7 always_populate_raw_post_data = -1 ; Drupal Settings from settings.php session.cache_expire = 200000 session.cache_limiter = nocache session.cookie_lifetime = 2000000 session.gc_maxlifetime = 200000 ; Using this to insert essential Pantheon functionality. auto_prepend_file = /srv/includes/prepend.php ; Xdebug xdebug.max_nesting_level = 512 xdebug.show_exception_trace = 0 xdebug.collect_params = 0 xdebug.remote_autostart = 1 xdebug.start_with_request = trigger xdebug.mode = ${XDEBUG_MODE} ; OPCache Configuration opcache.memory_consumption = 128 opcache.interned_strings_buffer = 8 ; Reportedly, php 7 can segfault if this value is exhausted. Urban legend? opcache.max_accelerated_files = 32531 opcache.revalidate_freq = 0 opcache.fast_shutdown = 1 opcache.enable = 1 ; APCu Configuration apc.shm_size = 128M ; APM Configuration ; Slow request log does not do anything yet for the HTTP backend. ;apm.slow_request_enabled="1" ;apm.slow_request_duration="100" ;apm.enabled="1" ;apm.event_enabled="1" ;apm.http_enabled="1" ; E_ERROR + E_PARSE = 5 ; http://davidwalsh.name/php-error_reporting-error-reporting ;apm.http_error_reporting=5 ; Set the root CA ;apm.https_certificate_authorities="/etc/pki/tls/certs/ca-bundle.crt" ;apm.http_server="https://api.live.getpantheon.com:8443/sites/7587b3ea-95b6-44ab-b36b-6ebd9c3e9866/environments/dev/events" ;apm.https_client_certificate="/srv/bindings/2d189dc9dcfe45dfa16498979f99665c/certs/binding.crt" ;apm.https_client_key="/srv/bindings/2d189dc9dcfe45dfa16498979f99665c/certs/binding.key"