Files
server/opt/psa/admin/conf/php.ini
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

46 lines
1.1 KiB
INI

; Copyright 1999-2025. WebPros International GmbH. All rights reserved.
; ATTENTION!
;
; DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
; SO ALL YOUR CHANGES WILL BE LOST AFTER YOU UPGRADE PLESK.
short_open_tag = On
y2k_compliance = Off
output_buffering = Off
max_execution_time = 600
max_input_time = 600
memory_limit = 256M
max_file_uploads = 99999
max_input_vars = 2000
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
log_errors = On
display_errors = Off
warn_plus_overloading = Off
expose_php = Off
variables_order = "ECGPS"
register_argc_argv = On
post_max_size = 2147483647
magic_quotes_gpc = Off
magic_quotes_runtime = Off
upload_tmp_dir = "/tmp"
upload_max_filesize = 2147483647
psasem.semfile = "/opt/psa/var/psasem.sem"
opcache.enable=1
opcache.memory_consumption=128
; setting fast_shutdown to 1 might cause segmentation faults
; (https://bugs.php.net/bug.php?id=65590)
opcache.fast_shutdown=0
; ZendAccelerator may load auto_prepend_file as a primary script
; into accel_globals.cache_persistent_script
opcache.blacklist_filename = "/opt/psa/admin/conf/skip_opcache_list"
include_path = "/opt/psa/admin/plib"